2016-12-07 01:10:49 +05:00
2016-10-02 04:12:23 +05:00
2016-08-08 15:01:16 +06:00
2016-02-24 21:26:16 +00:00
2016-08-08 13:29:40 +06:00
2016-08-08 14:25:29 +06:00
2016-03-01 20:18:42 +00:00
2016-02-24 21:26:16 +00:00
2016-02-24 21:26:16 +00:00
2016-08-08 13:27:59 +06:00
2016-02-24 21:26:16 +00:00
2016-08-03 03:00:40 +05:00
2016-02-24 21:26:16 +00:00
2016-08-08 14:15:10 +06:00
2016-02-24 21:26:16 +00:00
2016-02-24 21:26:16 +00:00
2016-02-24 21:26:16 +00:00
2016-02-24 21:26:16 +00:00

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.

Description
Portable Half-Life SDK. GoldSource and Xash3D. Crossplatform.
Readme 21 MiB
Languages
C++ 87.4%
C 10%
Python 1.3%
CMake 0.6%
Lua 0.3%
Other 0.4%