How to compile server and set it up with MySQL (Mariadb) on Linux
-
rafaelff
- Posts: 36
- Joined: Wed Apr 01, 2015 1:33 pm
- Player profile: http://ddnet.org/players/RafaelFF/
Re: How to compile server and set it up with MySQL (Mariadb) on Linux
It is also possible to build only the server with:deen wrote: Sat Feb 03, 2018 7:13 pmCode: Select all
cmake -DCMAKE_BUILD_TYPE=Release -DMYSQL=ON $CODEDIR && make
Code: Select all
cmake -DCLIENT=OFF -DMYSQL=ON $CODEDIR && makeIn this case, you don't need to install client dependencies (freetype, alsa, sdl2 etc.). Instead it depends on
zlib. Installing cmake is also required for building DDNet.Who is online
Users browsing this forum: No registered users and 2 guests