pier 01/08/16 08:41:18
Modified: webapp README.txt
Log:
Updated the README file to avoid confusion.
Revision Changes Path
1.14 +17 -2 jakarta-tomcat-connectors/webapp/README.txt
Index: README.txt
===================================================================
RCS file: /home/cvs/jakarta-tomcat-connectors/webapp/README.txt,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- README.txt 2001/08/06 21:26:10 1.13
+++ README.txt 2001/08/16 15:41:18 1.14
@@ -1,8 +1,13 @@
README for WebApp Library and Related Modules
---------------------------------------------
-How to build the WebApp module from CVS sources:
-------------------------------------------------
+How to obtain the WebApp and Apache Portable Runtime sources:
+-------------------------------------------------------------
+
+NOTE: If you downloaded a source distribution from our website or a
+mirror (the file is called webapp-module...src.tar.gz) you don't need
+to obtain any other file. Please follow this chapter only if you want
+to obtain the latest CVS version of the sources.
Check out the module sources from CVS using the following commands:
@@ -23,6 +28,16 @@
script, configure both APR and the WebApp module and compile:
./support/buildconf.sh
+
+To build the sources, now follow the steps in the next chapter.
+
+How to build the WebApp module from CVS sources:
+------------------------------------------------
+
+If you downloaded the CVS sources (as described above) or downloaded a
+source distribution of the WebApp module, now all you need to do is build
+the binary module for your platform. To do so, start by doing a:
+
./configure --with-apxs
make