Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Night Owl c16e1ecfef A little fix for nodes on 64bit arches. 7 years ago
cl_dll Merge 136de25b61 8 years ago
common Apply some @AlliedModders's patches. 8 years ago
dlls A little fix for nodes on 64bit arches. 7 years ago
engine Fix mistakes with saverestore after merge. 7 years ago
game_shared Revert some changes from PR 8 years ago
pm_shared Merge https://github.com/ValveSoftware/halflife/pull/1601 8 years ago
utils/makefont
.gitignore
.travis.yml
Android.mk
CMakeLists.txt
README.md
backup.bat
backup.lst
debug.bat
gnu.txt
make_sdk.bat
release.bat
xash.dsw
xash_sdk.dsw
xash_sdk.lst

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.