diff options
Diffstat (limited to 'docs/manual/install.html.en')
-rw-r--r-- | docs/manual/install.html.en | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/docs/manual/install.html.en b/docs/manual/install.html.en index 768b8997..a65a41f9 100644 --- a/docs/manual/install.html.en +++ b/docs/manual/install.html.en @@ -34,7 +34,8 @@ <p>This document covers compilation and installation of the Apache HTTP Server 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>. For other platforms, see the <a href="platform/">platform</a> documentation.</p> + 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> <p>Apache httpd uses <code>libtool</code> and <code>autoconf</code> to create a build environment that looks like many other Open Source @@ -134,7 +135,7 @@ 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> - (be sure the domain names do not have version numbers; for example, + (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 |