Skip to content

Instantly share code, notes, and snippets.

@caseyfw
Created June 13, 2014 05:38
Show Gist options
  • Save caseyfw/12c0b2e6bce24add6e67 to your computer and use it in GitHub Desktop.
Save caseyfw/12c0b2e6bce24add6e67 to your computer and use it in GitHub Desktop.
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