Best #meuporg.
Checkout the royale
branch to see how we are turning this amazing MMORPG into an awesome Battle Royale !
to clone the repo with the SFML
git clone --recursive https://github.com/Qu3tzal/meuporg.git
cd SFML
cmake . -DCMAKE_BUILD_TYPE=Debug && make
cmake . -DCMAKE_BUILD_TYPE=Release && make
cd meuporg-client
mkdir build
cd build
cmake ..
make
cd meuporg-server
mkdir build
cd build
cmake ..
make