We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This is similar to building on normal Linux with a few changes.
pi@raspberrypi ~ $ git clone git://github.com/po-devs/pokemon-online.git
libzip-dev qt4-dev-tools qt4-qmake libqt4-declarative-shaders libphonon-dev qrencode-dev
Either:
+ #define CORO_UCONTEXT
#define CORO_UCONTEXT
Or do qmake with "DEFINES += CORO_UCONTEXT in each subdirectory it's required in
"DEFINES += CORO_UCONTEXT
qmake "CONFIG += po_server po_client"
make -k
On a Pi this will take a LONG time, best to run with -k in-case there is an error, and leave it unattended for a few hours.
cp ./scripts/start-* ./bin/
cd bin
./start-server --headless
or just
./start-server