Qu3tzal / meuporg

Best #meuporg.
9 stars 1 forks source link

meuporg

Best #meuporg.

Build Status

Checkout the royale branch to see how we are turning this amazing MMORPG into an awesome Battle Royale !

Clone the SFML

to clone the repo with the SFML

git clone --recursive https://github.com/Qu3tzal/meuporg.git

Compile the SFML

cd SFML
cmake . -DCMAKE_BUILD_TYPE=Debug && make
cmake . -DCMAKE_BUILD_TYPE=Release && make

Compile the client

cd meuporg-client
mkdir build
cd build
cmake ..
make

Compile the server

cd meuporg-server
mkdir build
cd build
cmake ..
make