
		DisplayRes installation instructions

DisplayRes requires Python 2.2 or later and htmltmpl for Python,
available from http://htmltmpl.sourceforge.net/ or for Debian
GNU/Linux users the python2.2-htmltmpl package.

Debian GNU/Linux users should use existing packages. If you still
prefer to build yourself, make sure you have the dpkg-dev and fakeroot
packages installed and use the following command:
    dpkg-buildpackage -i -us -uc -rfakeroot

Users of other operating systems should use the cgidir and htdocsdir
variables when calling configure, below are some examples for common
operating systems:

OpenBSD:
    ./configure cgidir=/var/www/cgi-bin htdocsdir=/var/www/htdocs

NetBSD:
    ./configure cgidir=/usr/pkg/libexec/cgi-bin htdocsdir=/usr/pkg/share/httpd/htdocs

FreeBSD:
    ./configure cgidir=/usr/local/www/cgi-bin htdocsdir=/usr/local/www/htdocs

Gentoo GNU/Linux:
    ./configure cgidir=/home/httpd/cgi-bin htdocsdir=/home/httpd/htdocs

Redhat and Mandrake:
    ./configure cgidir=/var/www/cgi-bin htdocsdir=/var/www/html

SuSe 8.x:
    ./configure cgidir=/srv/www/cgi-bin htdocsdir=/srv/www/htdocs

SuSe 7.x:
    ./configure cgidir=/usr/local/httpd/cgi-bin htdocsdir=/usr/local/httpd/htdocs


After that proceed with:

    make
    su
    make install


Arch
====

When installing from a source tree obtained with GNU arch, use
./autogen.sh instead of ./configure.
