Go to file
a1batross 7fdc4ee620 OSX enable 2016-08-08 14:22:24 +06:00
cl_dll Add GoldSource support 2016-08-08 13:37:32 +06:00
common CRLF to LF all. 2016-06-04 18:24:23 +05:00
dlls CMake as optional build system 2016-08-08 13:27:59 +06:00
engine CRLF to LF all. 2016-06-04 18:24:23 +05:00
game_shared CRLF to LF all. 2016-06-04 18:24:23 +05:00
pm_shared Fix win32 support 2016-06-12 09:14:28 +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 OSX enable 2016-08-08 14:22:24 +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 Upload first port 2016-02-24 21:26:16 +00: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.