HOWTO manually install AssaultCube

How to do things, solutions, recipes, tutorials
Post Reply
Message
Author
linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

HOWTO manually install AssaultCube

#1 Post by linuxcbon »

AssaultCube is a free FPS game.

Download it from https://github.com/assaultcube/AC/releases
Choose AssaultCube for Linux

extract it :

Code: Select all

# tar -xvf AssaultCube_v1.2.0.2.tar.bz2
move it to /opt :

Code: Select all

# mkdir -p /opt
# mv AssaultCube_v1.2.0.2 /opt/
run it :

Code: Select all

# /opt/AssaultCube_v1.2.0.2/assaultcube.sh 
That's it. Enjoy !
Last edited by linuxcbon on Fri 15 Apr 2016, 16:54, edited 1 time in total.

linuxcbon
Posts: 1312
Joined: Thu 09 Aug 2007, 22:54

#2 Post by linuxcbon »


User avatar
fabrice_035
Posts: 765
Joined: Mon 28 Apr 2014, 17:54
Location: Bretagne / France

#3 Post by fabrice_035 »

testing ok, thx.

User avatar
cimarron
Posts: 292
Joined: Fri 31 May 2013, 01:57

#4 Post by cimarron »

Nice, thanks! Runs well in Precise puppy, on an old P4 with 500M RAM.

User avatar
puppyluvr
Posts: 3470
Joined: Sun 06 Jan 2008, 23:14
Location: Chickasha Oklahoma
Contact:

#5 Post by puppyluvr »

:D
Close the Windows, and open your eyes, to a whole new world
I am Lead Dog of the
Puppy Linux Users Group on Facebook
Join us!

Puppy since 2.15CE...

Post Reply