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.
 
 
 
 
 
 
Roman Chistokhodov ad3a2141eb Change __MSC_VER to _MSC_VER to make the client buildable with VS 6 7 years ago
cl_dll Merge pull request #24 from nekonomicon/sdk-update 7 years ago
common Add protection for vec3_t definition. 7 years ago
dlls Add missing file to build lists. 7 years ago
engine Change __MSC_VER to _MSC_VER to make the client buildable with VS 6 7 years ago
game_shared Revert some changes from PR 8 years ago
pm_shared Remove unneeded macros. 7 years ago
utils/makefont Upload first port 9 years ago
.gitignore Add build/ to gitignore 8 years ago
.travis.yml conditional apt-get 8 years ago
Android.mk Improve client 9 years ago
CMakeLists.txt CMake as optional build system 8 years ago
README.md [skip ci] Edit README 8 years ago
backup.bat Upload first port 9 years ago
backup.lst Upload first port 9 years ago
debug.bat Upload first port 9 years ago
gnu.txt CRLF to LF for license. 8 years ago
make_sdk.bat Upload first port 9 years ago
release.bat Upload first port 9 years ago
xash.dsw Upload first port 9 years ago
xash_sdk.dsw Upload first port 9 years ago
xash_sdk.lst Upload first port 9 years ago

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.