Get yourself ready to test development versions of AC
#5
Something like this:


pacman -Syu clang vim git
cd
git clone https://github.com/assaultcube/AC.git AC_Testing
cd ./AC_Testing/source/src
git checkout -b next
make install
cd ../..
./bin_unix/native_client
Thanks given by:


Messages In This Thread
RE: Get yourself ready to test development versions of AC - by Mousikos - 02 Dec 14, 03:44PM