
		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.

If you want to use make install, you should use the cgidir and
htdocsdir variables when calling configure, below are examples
for some Operating Systems:

Debian GNU/Linux:
    ./configure --prefix=/usr --localstatedir=/var

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


After that proceed with:

    make
    su
    make install

CVS
===

When installing from CVS, use ./autogen.sh instead of ./configure.
