gregames 2003/05/09 08:49:36
Modified: specweb99/specweb99-2.0 README
Log:
describe how to build with apxs, and clarify how to build without apxs.
Revision Changes Path
1.4 +10 -2 httpd-test/specweb99/specweb99-2.0/README
Index: README
===================================================================
RCS file: /home/cvs/httpd-test/specweb99/specweb99-2.0/README,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- README 22 Jan 2003 21:52:12 -0000 1.3
+++ README 9 May 2003 15:49:36 -0000 1.4
@@ -1,6 +1,14 @@
-Move into .../httpd-2.0/modules/generators
+There are two ways to build mod_specweb99 for Apache 2.x:
-Rerun buildconf and enable with
+1. apxs
+
+On GNU platforms, point the APXS environment variable to your Apache 2 apxs
+executable, then use the Makefile in this directory.
+
+2. Build it as if it were part of the httpd-2.0 distribution.
+
+Copy mod_specweb99.* and config5.m4 from this directory into
+.../httpd-2.0/modules/generators, then re-run buildconf and enable with
./configure --enable-specweb99