[Apache-dispatch-devel] SF.net SVN: apache-dispatch: [21] trunk/INSTALL
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2006-04-21 06:31:54
|
Revision: 21 Author: phred_moyer Date: 2006-04-20 23:31:46 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=21&view=rev Log Message: ----------- Include the pureperl option for PerlSetVar Modified Paths: -------------- trunk/INSTALL Modified: trunk/INSTALL =================================================================== --- trunk/INSTALL 2006-04-21 06:17:43 UTC (rev 20) +++ trunk/INSTALL 2006-04-21 06:31:46 UTC (rev 21) @@ -4,12 +4,25 @@ perl Makefile.PL make && make test && make install +------------------------------------------------------------------------------ + Install Apache2::Dispatch explicitly for mod_perl2. perl Makefile.PL MOD_PERL=2 make && make test && make install +------------------------------------------------------------------------------ + Install Apache::Dispatch explicitly for mod_perl1. perl Makefile.PL MOD_PERL=1 +make && make test && make install + +------------------------------------------------------------------------------ + +Install Apache::Dispatch explicitly for mod_perl1, using PerlSetVar for +Dispatch configuration. + +export DISPATCH_PUREPERL=1 +perl Makefile.PL MOD_PERL=1 make && make test && make install \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |