]> granicus.if.org Git - apache/commitdiff
remove -deps info from INSTALL
authorJim Jagielski <jim@apache.org>
Wed, 8 Feb 2012 16:01:34 +0000 (16:01 +0000)
committerJim Jagielski <jim@apache.org>
Wed, 8 Feb 2012 16:01:34 +0000 (16:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1241953 13f79535-47bb-0310-9956-ffa450edef68

INSTALL

diff --git a/INSTALL b/INSTALL
index fd2b80aa69c672c47a1049982332d762c426dda4..006f79d495b98cc87165d9d27869e89a7fb6a9a1 100644 (file)
--- a/INSTALL
+++ b/INSTALL
               quotes).
 
             * Consider if you want to use a previously installed APR and
-              APR-Util (such as those provided with many OSes) or if
-              you need to use the APR and APR-Util from the
-              httpd-2.4.x-deps.tar.gz tarball via ./configure's
-              --with-included-apr option. This is required if you don't
-              have the compiler which the system APR was built with.  It
-              can also be advantageous if you are a developer who will be
-              linking your code with Apache or using a debugger to step
-              through server code, as it removes the possibility of
-              version or compile-option mismatches with APR and APR-util
-              code.
+              APR-Util (such as those provided with many OSes) or if you
+              need to use the APR and APR-Util from the apr.apache.org
+              project. If the latter, download the latest versions and
+              unpack them to ./srclib/apr and ./srclib/apr-util (no
+              version numbers in the directory names) and use
+              ./configure's --with-included-apr option. This is required
+              if you don't have the compiler which the system APR was
+              built with.  It can also be advantageous if you are a
+              developer who will be linking your code with Apache or using
+              a debugger to step through server code, as it removes the
+              possibility of version or compile-option mismatches with APR
+              and APR-util code.
 
             * If you are a developer building Apache directly from
               Subversion, you will need to run ./buildconf before running