mirror of
https://github.com/rehlds/rehlds.git
synced 2025-04-05 09:09:08 +03:00
HLDS Launcher 
What is this?
Dedicated Server Launcher for Goldsrc based games
Building
On Windows:
gradlew --max-workers=1 clean rehlds/dedicated:build
On Linux (ICC):
./gradlew --max-workers=1 clean rehlds/dedicated:build
On Linux (GCC):
./gradlew --max-workers=1 -PuseGcc clean rehlds/dedicated:build
Compiled binaries will be placed in the rehlds/dedicated/build/binaries/ directory