2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 09:57:21 +01:00
Go to file
2017-06-29 18:56:03 +05:00
cl_dll Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
common Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
dlls Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
engine Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
game_shared Revert some changes from PR 2016-08-08 15:01:16 +06:00
pm_shared Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
utils/makefont Upload first port 2016-02-24 21:26:16 +00:00
.gitignore Add build/ to gitignore 2016-08-08 13:29:40 +06:00
.travis.yml conditional apt-get 2016-08-08 14:25:29 +06:00
Android.mk Improve client 2016-03-01 20:18:42 +00:00
backup.bat Upload first port 2016-02-24 21:26:16 +00:00
backup.lst Upload first port 2016-02-24 21:26:16 +00:00
CMakeLists.txt CMake as optional build system 2016-08-08 13:27:59 +06:00
debug.bat Upload first port 2016-02-24 21:26:16 +00:00
gnu.txt CRLF to LF for license. 2016-08-03 03:00:40 +05:00
make_sdk.bat Upload first port 2016-02-24 21:26:16 +00:00
README.md [skip ci] Edit README 2016-08-08 14:15:10 +06:00
release.bat Upload first port 2016-02-24 21:26:16 +00:00
xash_sdk.dsw Upload first port 2016-02-24 21:26:16 +00:00
xash_sdk.lst Upload first port 2016-02-24 21:26:16 +00:00
xash.dsw Upload first port 2016-02-24 21:26:16 +00:00

Half-Life SDK for Xash3D Build Status

Half-Life SDK for Xash3D & GoldSource with some fixes.

How to build

CMake as most universal way

mkdir build && cd build
cmake ../

You may enable or disable some build options by -Dkey=value. All available build options are defined in CMakeLists.txt at root directory.

See below, if CMake is not suitable for you:

Windows

TODO

Linux

TODO

OS X

TODO

FreeBSD

    cd dlls
    gmake CXX=clang++ CC=clang
    cd ../cl_dll
    gmake CXX=clang++ CC=clang

Android

Just typical ndk-build.