summaryrefslogtreecommitdiff
path: root/docs/manual/platform/win_compiling.html.en
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2006-07-19 07:05:13 +0000
committerWilliam A. Rowe Jr <wrowe@apache.org>2006-07-19 07:05:13 +0000
commit5616f798414f59a2413a13d412e69fdb5b222ced (patch)
treeb3be8c1e4578a4159a53fc28336b53c12cc0227b /docs/manual/platform/win_compiling.html.en
parent30a9c973ca76b03c6b0beab6dcb720b785e314c2 (diff)
downloadhttpd-5616f798414f59a2413a13d412e69fdb5b222ced.tar.gz
Alas, it was not to be. Deprecate mod_aspdotnet, and certainly don't
introduce these docs into the next release or consider for backport. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@423387 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual/platform/win_compiling.html.en')
-rw-r--r--docs/manual/platform/win_compiling.html.en39
1 files changed, 20 insertions, 19 deletions
diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en
index 313ec11cb4..78c6a433ac 100644
--- a/docs/manual/platform/win_compiling.html.en
+++ b/docs/manual/platform/win_compiling.html.en
@@ -54,7 +54,7 @@
</li>
<li>
- <p>Microsoft Visual C++ 5.0 or higher.</p>
+ <p>Microsoft Visual C++ (Microsoft Visual Studio) 5.0 or higher.</p>
<p>Apache can be built using the command line tools, or from
within the Visual Studio IDE Workbench. The command line
build requires the environment to reflect the <code>PATH</code>,
@@ -68,8 +68,8 @@
<li>
<p>The Windows Platform SDK.</p>
- <p>Visual C++ 5.0 builds require an updated Microsoft Windows
- Platform SDK to enable some Apache features. For command line
+ <p>Apache's APR and APR-util builds require an updated Microsoft
+ Windows Platform SDK, from 2003 or later. For command line
builds, the Platform SDK environment is prepared by the
<code>setenv</code> batch file:</p>
@@ -77,22 +77,18 @@
"c:\Program Files\Platform SDK\setenv.bat"
</code></p></div>
- <p>The Platform SDK files distributed with Visual C++ 6.0 and
- later are sufficient, so users of later version may skip
- this requirement.</p>
-
- <div class="note">Note that the Windows Platform SDK update is required
- to enable all supported <code class="module"><a href="../mod/mod_isapi.html">mod_isapi</a></code> features.
- Without a recent update, Apache will issue warnings under
- MSVC++ 5.0 that some <code class="module"><a href="../mod/mod_isapi.html">mod_isapi</a></code> features
- will be disabled. Look for the update at <a href="http://msdn.microsoft.com/downloads/sdks/platform/platform.asp">http://msdn.microsoft.com/downloads/sdks/platform/platform.asp</a>.</div>
+ <p>The Platform SDK files distributed with Visual C++ 5.0, 6.0
+ and Visual Studio .NET (2000) are no longer sufficient.
+ Users of Visual Studio 2003 and later versions (of the full product,
+ not the 'express' flavor) and later versions may skip this
+ requirement.</p>
</li>
<li>
<p>The awk utility (awk, gawk or similar).</p>
<p>To install Apache within the build system, several files are
- modified using the <code>awk.exe</code> utility. awk was chosen since it
- is a very small download (compared with Perl or WSH/VB) and
+ modified using the <code>awk.exe</code> utility. awk was chosen since
+ it is a very small download (compared with Perl or WSH/VB) and
accomplishes the task of generating files. Brian Kernighan's
<a href="http://cm.bell-labs.com/cm/cs/who/bwk/">http://cm.bell-labs.com/cm/cs/who/bwk/</a>
site has a compiled native Win32 binary,
@@ -107,11 +103,16 @@
to this list, and your system <code>PATH</code> environment variable,
as needed.</div>
- <div class="note">Also note that if you are using Cygwin (<a href="http://www.cygwin.com/">http://www.cygwin.com/</a>) the awk utility is named <code>gawk.exe</code> and
- that the file <code>awk.exe</code> is really a symlink to the <code>gawk.exe</code>
- file. The Windows command shell does not recognize symlinks, and because of that
- building InstallBin will fail. A workaround is to delete <code>awk.exe</code> from
- the cygwin installation and rename <code>gawk.exe</code> to <code>awk.exe</code>.</div>
+ <div class="note">Also note that if you are using Cygwin tools
+ (<a href="http://www.cygwin.com/">http://www.cygwin.com/</a>)
+ the awk utility is named <code>gawk.exe</code> and that the file
+ <code>awk.exe</code> is really a symlink to the <code>gawk.exe</code>
+ file. The Windows command shell does not recognize symlinks, and
+ because of that building InstallBin will fail. A workaround is
+ to delete <code>awk.exe</code> from the cygwin installation and
+ copy <code>gawk.exe</code> to <code>awk.exe</code>. Also note the
+ cygwin/mingw ports of gawk 3.0.x were buggy, please upgrade to 3.1.x
+ before attempting to use any gawk port.</div>
</li>
<li>