From: pcs
Apache 1.3a1 requires the following:
+Apache 1.3b2 requires the following:
* Apache may run with Windows NT 3.5.1, but has not been tested.
-Apache 1.3a1 is available only in source form. Future releases will - contain prebuilt binaries for use by those without compilers (which we - understand are the vast majority of Windows users), however the - current release requires Microsoft Visual C++ 5.0 or later. The Apache - Group is releasing 1.3a1 only as source to limit the alpha release to - those who have the tools and knowledge to assist with the development - processes.
+Apache 1.3b2 is currently available only in source form. Future releases + will contain prebuilt binaries for use by those without compilers + (which are the vast majority of Windows users), however the current + release requires Microsoft Visual C++ 5.0 or later.
This documentation assumes good working knowledge of Microsoft Windows, Microsoft Visual C++, and the Apache web server (for @@ -77,7 +74,7 @@ HREF="http://www.apache.org/">http://www.apache.org/. This will list the current release, any more recent alpha or beta-test release, together with details of mirror web and anonymous ftp sites.
-You will be able to download Apache 1.3a1 or a later release in +
You will be able to download Apache 1.3b2 or a later release in
several forms, including a WinZip (.zip
)
archive. Although this contains the same files as the others (likely
.tar.gz
and .tar.Z
), it is recommended for
@@ -100,8 +97,8 @@ together with details of mirror web and anonymous ftp sites.
Makefile.nt
file. To compile Apache, simply use one of
the following commands:
nmake /f Makefile.nt apacher
(release build)
-nmake /f Makefile.nt apached
(debug build)
+nmake /f Makefile.nt _apacher
(release build)
+nmake /f Makefile.nt _apached
(debug build)
These will both compile Apache. The latter will include debugging @@ -114,10 +111,13 @@ together with details of mirror web and anonymous ftp sites.
Apache if the command-line tools are not installed.Project files (.DSP
) are included for each of the
- portions of Apache. The two projects that are necessary for Apache to
- run are Apache.dsp
and ApacheCore.dsp
. The
- src\nt
subdirectory also contains project files for the
- optional modules (see below).
Apache.dsp
,
+ ApacheCore.dsp
and
+ os/win32/ApacheOS.dsp
. The regular expression library
+ in regex
also need to be compiled using the supplied
+ makefile. The src/win32
subdirectory contains project
+ files for the optional modules (see below).