mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
data | ||
datasrc | ||
docs | ||
other | ||
scripts | ||
src | ||
.gitignore | ||
AndroidAppSettings.cfg | ||
autoexec.cfg | ||
bam.lua | ||
BUILDING_ANDROID | ||
circle.yml | ||
configure.lua | ||
license.txt | ||
license_DDRace.txt | ||
README.md | ||
storage.cfg |
Our own flavor of DDRace, a Teeworlds mod. See the website for more information.
Development discussions happen on #ddnet on Quakenet (Webchat).
Building
You can get binary releases on the DDNet website.
To compile DDNet yourself, you can follow the instructions for compiling Teeworlds.
DDNet requires additional libraries, that are bundled for the most common platforms (Windows, Mac, Linux, all x86 and x86_64). Instead you can install these libraries on your system, remove the config.lua
and bam
should use the system-wide libraries by default: libcurl, libogg, libopus, libopusfile
The MySQL server can be built with bam server_sql_release
. It requires libmariadbclient-dev
and libmysqlcppconn-dev
, which are also bundled for the common platforms.