From d04b01e40989f536f1e3658c8ff464a1da181c6e Mon Sep 17 00:00:00 2001 From: Jeff Trawick Date: Thu, 6 Nov 2014 14:18:46 +0000 Subject: [PATCH] make docs git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1637113 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/win_compiling.html.en | 86 +++++++++++++++------- docs/manual/platform/win_compiling.xml.ko | 2 +- 2 files changed, 59 insertions(+), 29 deletions(-) diff --git a/docs/manual/platform/win_compiling.html.en b/docs/manual/platform/win_compiling.html.en index d7a93eaf86..64aac555b2 100644 --- a/docs/manual/platform/win_compiling.html.en +++ b/docs/manual/platform/win_compiling.html.en @@ -27,21 +27,24 @@

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.

-
-
top
-
-

Building from Unix sources

+ + +

Building from Unix sources

@@ -280,9 +283,9 @@ below.

-
top
-
-

Command-Line Build

+ + +

Command-Line Build

@@ -305,9 +308,9 @@ Review the initial comments in Makefile.win for additional options that can be provided when invoking the build.

-
top
-
-

Developer Studio Workspace IDE Build

+ + +

Developer Studio Workspace IDE Build

@@ -361,9 +364,9 @@ zlib exist, and based on the setting of DBD_LIST and DBM_LIST environment variables.

-
top
-
-

Exporting command-line .mak files

+ + +

Exporting command-line .mak files

@@ -405,9 +408,9 @@ should be simple, with minimal compilation and linkage flags that can be recognized by all Visual Studio environments.

-
top
-
-

Installation

+ + +

Installation

@@ -429,9 +432,9 @@ to be installed into \Apache22 (of the current drive).

-
top
-
-

Warning about building Apache from the development tree

+ + +

Warning about building Apache from the development tree

@@ -443,6 +446,33 @@ unnecessary if you build from within the Microsoft Developer Studio environment.
+ +
top
+
+

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:

+ + +

Available Languages:  en  | diff --git a/docs/manual/platform/win_compiling.xml.ko b/docs/manual/platform/win_compiling.xml.ko index cb61e4342d..23145566c6 100644 --- a/docs/manual/platform/win_compiling.xml.ko +++ b/docs/manual/platform/win_compiling.xml.ko @@ -1,7 +1,7 @@ - +