From 5f084edaa97b1c4aafd61d3bf29f7c79f172ae7c Mon Sep 17 00:00:00 2001 From: Sander Temme Date: Sun, 4 Mar 2012 00:44:35 +0000 Subject: [PATCH] Merge note about now-external APR dependency from 2.4 branch, and add note about PCRE git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1296735 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/install.xml | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 53d51cb5e8..eae54e34df 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -116,6 +116,29 @@

The following requirements exist for building Apache httpd:

+
APR and APR-Util
+
Make sure you have APR and APR-Util already installed on + your system. If you don't, or prefer to not use the system-provided + versions, download the latest versions of both APR and APR-Util + from Apache APR, unpack + them into ./srclib/apr and ./srclib/apr-util + (be sure the domain names do not have version numbers; for example, + the APR distribution must be under ./srclib/apr/) and use + ./configure's --with-included-apr + option. On some platforms, you may have to install the + corresponding -dev packages to allow httpd to build + against your installed copy of APR and APR-Util.
+ +
Perl-Compatible Regular Expressions Library (PCRE)
+
This library is required but not longer bundled with httpd. + Download the source code from http://www.pcre.org, + or install a Port or Package. If your build system can't find + the pcre-config script installed by the PCRE build, point to it + using the --with-pcre parameter. On some platforms, + you may have to install the corresponding -dev + package to allow httpd to build against your installed copy + of PCRE.
+
Disk Space
Make sure you have at least 50 MB of temporary free disk space available. After installation the server occupies -- 2.40.0