From: Jeff Trawick Date: Thu, 6 Nov 2014 14:22:05 +0000 (+0000) Subject: merge r1637112 from trunk: X-Git-Tag: 2.4.11~193 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83647d86fa4e08ed67a0ca604539d807e240905b;p=thirdparty%2Fapache%2Fhttpd.git merge r1637112 from trunk: mention the cmake-based build git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1637114 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index f0d3662047d..454875e7734 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -28,11 +28,19 @@

There are many important points to consider before you begin compiling - Apache. See Using Apache with Microsoft - Windows before you begin.

+ Apache HTTP Server (httpd). See Using Apache HTTP + Server on Microsoft Windows before you begin.

+ +

httpd can be built on Windows using a cmake-based build system or with + Visual Studio project files maintained by httpd developers. The cmake-based + build system directly supports more versions of Visual Studio but currently + has considerable functional limitations.

+
+ Building httpd with the included Visual Studio project files +
Requirements @@ -441,6 +449,33 @@ Developer Studio environment.
+
+ +
+ Building httpd with cmake + +

The primary documentation for this build mechanism is in the + README.cmake file in the source distribution. Refer to that file + for detailed instructions.

+ +

Building httpd with cmake requires building APR and APR-util separately. + Refer to their README.cmake files for instructions.

+ +

The primary limitations of the cmake-based build are inherited from the APR-util + project, and are listed below because of their impact on httpd:

+ + + +