[Apache-dispatch-devel] SF.net SVN: apache-dispatch: [20] trunk/INSTALL
Brought to you by:
geoffrey_young,
phred_moyer
|
From: <phr...@us...> - 2006-04-21 06:17:46
|
Revision: 20 Author: phred_moyer Date: 2006-04-20 23:17:43 -0700 (Thu, 20 Apr 2006) ViewCVS: http://svn.sourceforge.net/apache-dispatch/?rev=20&view=rev Log Message: ----------- Install file with explicit directions on how to specify which version Added Paths: ----------- trunk/INSTALL Added: trunk/INSTALL =================================================================== --- trunk/INSTALL (rev 0) +++ trunk/INSTALL 2006-04-21 06:17:43 UTC (rev 20) @@ -0,0 +1,15 @@ +Install and guess which version of mod_perl you use, defaulting to mp2 if both +exist. + +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 \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |