Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 707 Bytes

BUILDING.md

File metadata and controls

30 lines (22 loc) · 707 Bytes

Building

Windows

git clone git://github.com/SDLash3D/xash3d.git
cd xash3d
git clone git://github.com/SDLash3D/halflife deps/HLSDK
git clone git://github.com/spurious/SDL-mirror deps/SDL2
mkdir build
cd build
cmake -G "Visual Studio 12" -DHL_SDK_DIR=deps/HLSDK ../
  • Open generated solution in "build" directory and compile it.
  • Compiled executables will be placed in the "output" directory.

Linux

  • TODO