mittorn / rem-cl

Crach-life

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Crach-life


Languages

Language:C++ 89.5%Language:C 8.5%Language:Objective-C 1.3%Language:Makefile 0.4%Language:CMake 0.2%Language:Batchfile 0.2%Language:Shell 0.0%