diff options
author | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
---|---|---|
committer | Ken Coar <coar@apache.org> | 2015-04-15 22:16:24 +0200 |
commit | 0566cf0f319e883e584ec02dc95697bce3e38624 (patch) | |
tree | 162e9f6e5f34784acbd487c73090cf9f28239524 /docs/manual/install.xml | |
parent | * Remove trailing whitespace from a bunch of *.xml files (diff) | |
download | apache2-0566cf0f319e883e584ec02dc95697bce3e38624.tar.xz apache2-0566cf0f319e883e584ec02dc95697bce3e38624.zip |
Simply remove trailing whitespace.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1673947 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/install.xml')
-rw-r--r-- | docs/manual/install.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml index 31c3a21cc3..6e6554cf69 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -30,7 +30,7 @@ on Unix and Unix-like systems only. For compiling and installation on Windows, see <a href="platform/windows.html">Using Apache HTTP Server with Microsoft - Windows</a> and <a + Windows</a> and <a href="platform/win_compiling.html">Compiling Apache for Microsoft Windows</a>. For other platforms, see the <a href="platform/">platform</a> documentation.</p> @@ -127,20 +127,20 @@ (be sure the directory names do not have version numbers; for example, the APR distribution must be under ./srclib/apr/) and use <code>./configure</code>'s <code>--with-included-apr</code> - option. On some platforms, you may have to install the - corresponding <code>-dev</code> packages to allow httpd to build + option. On some platforms, you may have to install the + corresponding <code>-dev</code> packages to allow httpd to build against your installed copy of APR and APR-Util.</dd> <dt>Perl-Compatible Regular Expressions Library (PCRE)</dt> - <dd>This library is required but not longer bundled with httpd. - Download the source code from <a href="http://www.pcre.org/">http://www.pcre.org</a>, + <dd>This library is required but not longer bundled with httpd. + Download the source code from <a href="http://www.pcre.org/">http://www.pcre.org</a>, 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 <code>--with-pcre</code> parameter. On some platforms, - you may have to install the corresponding <code>-dev</code> - package to allow httpd to build against your installed copy + using the <code>--with-pcre</code> parameter. On some platforms, + you may have to install the corresponding <code>-dev</code> + package to allow httpd to build against your installed copy of PCRE.</dd> - + <dt>Disk Space</dt> <dd>Make sure you have at least 50 MB of temporary free disk space available. After installation the server occupies |