Please read through the following before runnning PuyoVS2 on your system.

------------
INTRODUCTION
------------

This PuyoVS2 release is for testing purposes only. Please report any bug to the
Puyo Nexus forums:

http://puyonexus.net/forum/viewtopic.php?f=40&t=2014

The current release will not connect to online server. This is to focus efforts
on making the game work on major Linux distributions before having many people
complain about issues they don't have a clue about.

You will need to install dependencies in order for the game to run properly.

------------
DEPENDENCIES
------------

PuyoVS2 requires the following QT5 libraries to run properly:
libqt5core5
libqt5gui5
libqt5network5
libqt5opengl5
libqt5widgets5

A properly working OpenGL driver is also required.

Open a terminal and obtain root privileges to install packages with your 
favorite package manager. This is usually done by issuing "sudo <command>" 
or "sudo su" then typing your commands.

Under Debian or Ubuntu, please run:
  apt-get install libqt5core5 libqt5gui5 libqt5network5 libqt5opengl5 libqt5widgets5

Under Fedora, please run:
  yum install qt5-qtbase qt5-qtbase-gui

Under Arch, please run:
  pacman -S qt5-base

----------------
RUNNING THE GAME
----------------

Simply run the "puyovs.bin" binary in a non-root terminal, 
or double-click on it.

The game will write settings to ~/.local/share/

------------
KNOWN ISSUES
------------

- flicker may occur when dragging or resizing the game window
- the settings filename is messed up, and does not properly store 
  in a subfolder.


