From: Rob H. <for...@us...> - 2003-01-07 03:50:10
|
Update of /cvsroot/sandweb/sandweb In directory sc8-pr-cvs1:/tmp/cvs-serv17889 Modified Files: INSTALL Log Message: on second that, dependencies.list is redundant. I merged it's info into INSTALL, so now we have good dependency info, right where a new SandWeb admin will look when they go to install. Index: INSTALL =================================================================== RCS file: /cvsroot/sandweb/sandweb/INSTALL,v retrieving revision 1.9 retrieving revision 1.10 diff -U2 -r1.9 -r1.10 --- INSTALL 4 May 2002 05:39:16 -0000 1.9 +++ INSTALL 7 Jan 2003 03:50:07 -0000 1.10 @@ -5,27 +5,29 @@ ============= - 1. SandWeb requires : - * perl (v5.6) available from http://www.perl.org - * expect (v5.28.1+) available from http://expect.nist.gov - * expat (v1.95.1+) available from http://expat.sourceforge.net + 1. Unix programs - The following Perl modules must be installed : + ( Windows users download setup.exe from http://www.cygwin.com, these + are all available as Cygwin packages ) - * XML::Parser (v2.30+) - * XML::Simple (v1.05+) - * HTML::Template (v2.2+) - * Digest::MD5 (v2.13-2+) - - These modules are all available at CPAN ( http://www.cpan.org ). - - 2. GNU Make must be installed, available from the GNU - website ( http://www.gnu.org/software/make/make.html ). - - 3. Apache must be installed, available from the Apache - website ( http://www.apache.org ). - - 4. CVS must be installed, available from the CVS website - ( http://www.cvshome.org ). + * perl ( tested with 5.6 ), available from http:/www.perl.org + * expect ( tested with 5.2.1 ), available from http://expect.nis.gov + * file ( tested with 3.28-1 ), available from http://www.gnu.org + * apache ( tested with 1.3.x ), available from http://www.apache.org + * make ( testing with 3.x ), available from http://www.gnu.org + * cvs ( tested with 1.11 ), available from http://www.cvshome.org + + + 2. Perl modules + + These modules are all available at CPAN ( http://search.cpan.org ). + + * HTML-Template ( tested with 2.6 ) + * Test-Harness ( tested with 2.26 ) + * Test-Simple ( tested with 0.47 ) + * XML-NamespaceSupport ( tested with 1.08 ) + * XML-SAX ( tested with 0.12 ) + * XML-Simple ( tested with 2.02 ) + * Digest::MD5 ( tested with 2.13-2 ) @@ -71,5 +73,5 @@ default is to *not* have these permissions for the 'www' user. - * In this ALPHA release, 'cvs' must be installed on the system in order + * In this BETA release, 'cvs' must be installed on the system in order to *do* anything. |