Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 907 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 907 Bytes

This is Pokémon Online

Build Status

Homepage: http://pokemon-online.eu/
Forums: http://pokemon-online.eu/forums/
Source code: https://github.com/po-devs/pokemon-online/

Build Instructions, Scripting Guides and more on https://github.com/po-devs/pokemon-online/wiki

To test, qmake CONFIG+="po_all" and run scripts/run-tests.sh from the main folder.

License GNU General Public License

###Requirements

On Linux:

sudo apt-get install git g++ libpulse-dev libzip-dev qt5-default qtbase5-dev qtmultimedia5-dev qtquick1-5-dev qtscript5-dev qtdeclarative5-dev qtdeclarative5-qtquick2-plugin qtdeclarative5-particles-plugin libqt5webkit5-dev

On Windows, everything should be ready. Don't forget to check the Wiki.