Skip to content
forked from LostGamerHL/BHL

It's source code Of brutal Half-Life(Modification on Half-Life 1). Modified by ro0fy

Notifications You must be signed in to change notification settings

ro0fy/BHL-roofy

 
 

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

It's source code Of brutal Half-Life(Modification on Half-Life 1). Modified by ro0fy

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C++ 88.7%
  • C 10.7%
  • Other 0.6%