INSTALL:

./configure
make

  There is no make install, so no need to add --prefix to the configure script.
I use this script mostly for helping people finding which libraries or headers
are missing on their system.

  In most cases, you will probably have to install some packages. On a
Debian-like system, the following commands might be helpful:

apt-get install libc6-dev gcc make
apt-get install libasound2-dev libasound2
apt-get install libmpg123-dev libmpg123-0
apt-get install libjpeg62-dev libjpeg62
apt-get install libpng12-dev libpng12-0
apt-get install libxxf86vm-dev libxxf86vm1
apt-get install libgl1-mesa-dev libgl1-mesa-glx
  or if you plan to build a svga target
apt-get install libsvga1-dev libsvga1

  If you're having trouble building the engine, or if you find a bug, or if you
have a patch, or any other reason, feel free to send an email at quore@free.fr

  I would like to thank everybody which has taken part to the Quake opensource
adventure, in particular John Carmack, David "Zoid" Kirsch and Jozsef Szalontai
and everyone else I don't know the name.

lxndr
