Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.
/ hlsdk-xash3d Public archive
forked from FWGS/hlsdk-portable

Fork of patched Half-Life SDK 2.3 from original Xash3D engine sources

License

Notifications You must be signed in to change notification settings

SerenityPorts/hlsdk-xash3d

Repository files navigation

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.

About

Fork of patched Half-Life SDK 2.3 from original Xash3D engine sources

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • C++ 88.8%
  • C 9.0%
  • Python 0.9%
  • CMake 0.5%
  • Lua 0.4%
  • Batchfile 0.2%
  • Other 0.2%