Linux Quake sits at the crossroads of two computing revolutions - GNU/Linux,
the popular free operating system, and GLQuake, the first "first person
shooter" to use the 3D graphics library OpenGL. Quake has a loyal community
still making games ten years after it's release by ID Software, and
thanks to John Carmack releasing the software under the GPL, people are able to
enjoy it on non-proprietary platforms.
Does all this mean our game is important ? No... It's just fun ;-)
This document is a guide to installing Quake and it's many related games and modifications. It includes compilation notes, tips and pointers to the best web resources, as well as some information about Quake II, III and IV.
In some places, a shorthand is used to represent changes to a program's source code. This is of the form:
- code to be removed + code to be inserted in its placeand is similar to the output of the GNU "diff" program when generating unified patches.
Where the term "$PWD" is used, the user should already have executed the command cd {Linux Quake directory}, and have this as their current directory.