Created
October 26, 2015 23:42
-
-
Save lazanet/92f14c3ffe969ea5be7c to your computer and use it in GitHub Desktop.
Xash 3D pull + build (Ubuntu)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#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