unique-clan / unique-race

The Unique Race modification of DDNet

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unique Race

The Unique Race modification of DDNet

Building

To compile Unique Race, execute the following commands in the source root:

mkdir build
cd build
cmake -DCLIENT=OFF -DMYSQL=ON ..
make -j$(nproc) DDNet-Server

On Arch Linux the MariaDB C++ connector is available as the AUR package mysql-connector-c++.

Cross-compiling for Windows

On Arch Linux install mingw-w64-gcc.

mkdir buildwin
cd buildwin
cmake -DCLIENT=OFF -DCMAKE_TOOLCHAIN_FILE=../cmake/toolchains/mingw64.toolchain ..
make -j$(nproc) DDNet-Server

Copy to server for download.

scp DDNet-Server.exe uniqueweb@uniqueclan.net:unique-web/public/UniqueRaceServer.exe

About

The Unique Race modification of DDNet

License:Other


Languages

Language:C++ 82.5%Language:C 12.5%Language:Python 2.5%Language:CMake 1.7%Language:Objective-C 0.4%Language:GLSL 0.3%Language:Objective-C++ 0.1%Language:Dockerfile 0.1%Language:Shell 0.0%Language:Batchfile 0.0%