DDraceNetwork, a free cooperative platformer game
Go to file
2015-11-08 10:20:10 +01:00
data remove colflags 2015-11-08 10:20:10 +01:00
datasrc Oops, add SPEC_FREEVIEW to datasrc 2015-07-26 19:21:53 +02:00
docs Update docs 2014-03-01 14:29:05 +01:00
other libwinpthread for new mingw 2015-09-03 11:50:40 +02:00
scripts libwinpthread for new mingw 2015-09-03 11:50:40 +02:00
src remove colflags 2015-11-08 10:20:10 +01:00
.gitignore Update .gitignore to include new tools 2015-08-27 13:39:13 +02:00
autoexec_server.cfg removed some code duplication and updated autoexec_server.cfg 2015-10-27 00:46:28 +01:00
bam.lua -ldl for Linux and Mac OSX only 2015-09-23 16:35:50 +02:00
circle.yml Add circle.yml 2015-07-06 02:37:48 +02:00
configure.lua Make cross-compilation for windows possible using mingw 2015-09-03 07:44:56 +02:00
license.txt Further license and cleanup 2015-07-22 22:49:20 +02:00
README.md Clarify required dependencies 2015-09-23 16:41:59 +02:00
storage.cfg i hate this file 2011-02-15 02:29:03 +02:00

DDraceNetwork Build Status

Our own flavor of DDRace, a Teeworlds mod. See the website for more information.

Development discussions happen on #ddnet on Quakenet (Webchat).

You can get binary releases on the DDNet website.

Building

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. You can install all required dependencies on Debian and Ubuntu like this:

apt-get install libsdl1.2-dev libfreetype6-dev libcurl4-openssl-dev libogg-dev libopus-dev libopusfile-dev

If you have the libraries installed, but still want to use the bundled ones instead, you can specify so by running bam config curl.use_pkgconfig=false opus.use_pkgconfig=false opusfile.use_pkgconfig=false ogg.use_pkgconfig=false.

The MySQL server is not included in the binary releases and can be built with bam server_sql_release. It requires libmariadbclient-dev, libmysqlcppconn-dev and libboost-dev, which are also bundled for the common platforms.