DEPENDENCIES ------------ The FastCGI development kit (libfcgi) is required for FastCGI support (the --with-fastcgi configure option). It is available from http://www.fastcgi.com/. INSTALLATION ------------ 1) Execute the configure script (use `./configure --help' for options). $ ./configure 2) Build the dependencies with the `depend' target. $ make depend 3) Compile the library, binaries, archives and man pages (if nroff(1) is there). $ make 4) Install the library, binaries, data files and manual pages. # make install