Go to file
Night Owl f27d1028ac Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
cl_dll Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
common Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
dlls Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
engine Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +05:00
game_shared Revert some changes from PR 2016-08-08 15:01:16 +06:00
pm_shared Do not reorganize variables in classes. Add missing #pragma once directives and more #include guards. 2017-12-11 02:44:30 +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
CMakeLists.txt goldsource mouse input 2017-12-03 19:47:30 +03: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.