2
0
mirror of https://github.com/FWGS/hlsdk-xash3d synced 2024-11-22 09:57:21 +01:00
Go to file
2017-07-10 19:28:56 +05:00
cl_dll Merge 136de25b61 2017-07-06 00:10:06 +05:00
common Apply some @AlliedModders's patches. 2017-06-29 18:56:03 +05:00
dlls Turn off flashlight when player dead. 2017-07-10 19:28:56 +05:00
engine Fix mistakes with saverestore after merge. 2017-07-08 20:06:00 +05:00
game_shared Revert some changes from PR 2016-08-08 15:01:16 +06:00
pm_shared Merge https://github.com/ValveSoftware/halflife/pull/1601 2017-07-05 23:50:55 +05:00
utils/makefont
.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
backup.bat
backup.lst
CMakeLists.txt CMake as optional build system 2016-08-08 13:27:59 +06:00
debug.bat
gnu.txt CRLF to LF for license. 2016-08-03 03:00:40 +05:00
make_sdk.bat
README.md [skip ci] Edit README 2016-08-08 14:15:10 +06:00
release.bat
xash_sdk.dsw
xash_sdk.lst
xash.dsw

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.