Dependencies:
    * A unix-based operating system (Windows may work, but was not tested)
    * Qt 5 (Core, Network, Websockets)
    * C++ compiler with full C++11 support.


Compile:
    1. Create build folder in the source tree: 'mkdir build'
    2. Go into the build directory: 'cd build'
    3. Configure with QMake: 'qmake -o Makefile "CONFIG+=release" ../Pushxx.pro;'
    4. Build the executable: 'make -j[NUM_OF_THREADS]'


Install:
    1. Copy the executable to the source tree for the install script to work:  'cp pushxx ../'
    2. Go one directory back: 'cd ..'
    3. Run the install script: './install.sh'
    4. Done
