=================================================================== RCS file: /cvs/cvsweb/INSTALL,v retrieving revision 3.6 retrieving revision 3.8 diff -u -p -r3.6 -r3.8 --- cvsweb/INSTALL 2002/11/16 00:01:00 3.6 +++ cvsweb/INSTALL 2003/04/27 16:57:39 3.8 @@ -1,9 +1,23 @@ $FreeBSD$ -1) To get cvsweb.cgi to work, make sure that you - have Perl 5 installed and a web server which is capable - of executing cgi-scripts. +1) To get cvsweb.cgi to work, make sure that you have Perl 5.005_03 or + newer installed and a web server which is capable of executing CGI + scripts. + The following Perl modules are required. Chances are that some of + these are already installed with your Perl distribution. The oldest + Perl distributions, if any, that already ship with these modules have + been marked below. If your Perl doesn't have some of the modules, + you can get them from CPAN, . Be sure to + install also the prerequisites these modules may have. Note that + this list contains only modules that aren't already part of Perl + 5.005_03 and newer. + + + Module name Ships with Perl version + ------------------------------------------- + File::Temp 5.8.0 + Surprisingly enough, you need to have cvs installed. The recommended version of cvs is 1.11 or newer. Older cvs versions may work with more or less quirks, YMMV. @@ -19,7 +33,7 @@ $FreeBSD$ doesn't work yet. Install CvsGraph if you want to use it with CVSWeb, and see (6) for - configuration notes. This has been tested with CvsGraph 1.3.0. + configuration notes. CvsGraph 1.4.0 or newer is required. 2) Copy cvsweb.conf to your configuration directory. If you've installed Apache, $ServerRoot/conf (or $ServerRoot/etc