Go to file
Night Owl 860a34ae4c "Sexy satchel". 2017-06-22 23:49:10 +05:00
cl_dll Merge chumtoad source code into snark. 2017-06-22 02:47:51 +05:00
common Remove extra commas and semicolons. 2016-06-25 23:21:01 +05:00
dlls "Sexy satchel". 2017-06-22 23:49:10 +05:00
engine Apply fixes from gravgun branch 2017-02-01 14:55:40 +00:00
game_shared Revert some changes from PR 2016-08-08 15:01:16 +06:00
pm_shared Add aggregate-return hack for mingw 2017-02-01 14:11:06 +00: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
CMakeLists.txt CMake as optional build system 2016-08-08 13:27:59 +06:00
README.md [skip ci] Edit README 2016-08-08 14:15:10 +06: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
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
release.bat Upload first port 2016-02-24 21:26:16 +00:00
xash.dsw 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

README.md

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.