Created
June 13, 2014 05:38
-
-
Save caseyfw/12c0b2e6bce24add6e67 to your computer and use it in GitHub Desktop.
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
How to install Quake III on linux | |
1. Install the Quake 3 Arena package | |
> sudo apt-get install quake3 | |
2. Download the data and installer packages: | |
> wget http://10.27.141.39/pak0.pk3 | |
> wget http://10.27.141.39/linuxq3apoint-1.32b-3.x86.run | |
3. Chmod the .run installer: | |
> chmod +x linuxq3apoint-1.32b-3.x86.run | |
4. Put the pak0.pk3 in the data directory: | |
> mv pak0.pk3 /usr/share/games/quake3/baseq3/ | |
5. Run the installer as root: | |
> sudo linux32 ./linuxq3apoint-1.32b-3.x86.run | |
6. It should now work. Or something. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment