Skip to content

Instantly share code, notes, and snippets.

@lazanet
Created October 26, 2015 23:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lazanet/92f14c3ffe969ea5be7c to your computer and use it in GitHub Desktop.
Save lazanet/92f14c3ffe969ea5be7c to your computer and use it in GitHub Desktop.
Xash 3D pull + build (Ubuntu)
#Xash3D pull + build on ubuntu
# by lazanet
###############################
sudo su
apt-get install cmake libc6-dev-i386 g++-4.6-multilib lib32bz2-dev libc6-dev-i386 lib32z1-dev lib32z1 lib32ncurses5 lib32bz2-1.0 libx11-dev xorg-dev
cd /opt
git clone https://github.com/SDLash3D/halflife
cd ~/
mkdir xash3dlinux
git clone https://github.com/SDLash3D/xash3d.git
cd xash3d
mkdir -p build
cd build/
cmake ../ -DHL_SDK_DIR=/opt/halflife -DXASH_VGUI=yes -DCMAKE_OSX_ARCHITECTURE=i386
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment