2
0
mirror of https://github.com/rehlds/rehlds.git synced 2025-01-28 22:48:05 +03:00
s1lent cc90106339
CCommandLine::CheckParm Fix undefined behavior
Add flag -no-pie to linker for executable files
2017-10-25 01:03:22 +07:00
..
2017-05-03 22:02:15 +07:00

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