diff options
author | Lucien Gentis <lgentis@apache.org> | 2015-06-14 17:32:05 +0200 |
---|---|---|
committer | Lucien Gentis <lgentis@apache.org> | 2015-06-14 17:32:05 +0200 |
commit | cd862b116b2b99184561aa0bec6fab605f403f42 (patch) | |
tree | d88a54de1d84eb17944b27527e7996f5069ae715 /docs | |
parent | Follow up to r1685349: remove a tab. (diff) | |
download | apache2-cd862b116b2b99184561aa0bec6fab605f403f42.tar.xz apache2-cd862b116b2b99184561aa0bec6fab605f403f42.zip |
XML update.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1685411 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r-- | docs/manual/install.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/install.xml b/docs/manual/install.xml index d1370e123c..619d0ccaed 100644 --- a/docs/manual/install.xml +++ b/docs/manual/install.xml @@ -123,9 +123,9 @@ 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 <a href="http://apr.apache.org/">Apache APR</a>, unpack - them into <code>./srclib/apr</code> and <code>./srclib/apr-util</code> + them into <code>/httpd_source_tree_root/srclib/apr</code> and /httpd_source_tree_root<code>/srclib/apr-util</code> (be sure the directory names do not have version numbers; for example, - the APR distribution must be under ./srclib/apr/) and use + the APR distribution must be under /httpd_source_tree_root/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 |