2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-02-27 05:51:10 +03:00
rehlds/rehlds/dedicated/README.md
2017-05-03 22:02:15 +07:00

582 B

HLDS Launcher 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