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.
-- Requirements
-- Building from Unix sources
-- Command-Line Build
-- Developer Studio Workspace IDE Build
-- Exporting command-line .mak files
-- Installation
-- Warning about building Apache from the development tree
+
-
+
+
+
+
@@ -250,9 +253,9 @@
-
-
-
+
+
+
@@ -280,9 +283,9 @@
below.
-
-
-
+
+
+
@@ -305,9 +308,9 @@
Review the initial comments in Makefile.win for additional options
that can be provided when invoking the build.
-
-
-
+
+
+
@@ -361,9 +364,9 @@
zlib
exist, and based on the setting of
DBD_LIST
and
DBM_LIST
environment variables.
-
-
-
+
+
+
@@ -405,9 +408,9 @@
should be simple, with minimal compilation and linkage flags that
can be recognized by all Visual Studio environments.
-
-
-
+
+
+
@@ -429,9 +432,9 @@
to be installed into
\Apache22
(of the current
drive).
-
-
-
+
+
+
@@ -443,6 +446,33 @@
unnecessary if you build from within the Microsoft
Developer Studio environment.
+
+
+
+
+
+
+
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:
+
+
+ - No cmake build for the APR-iconv subproject is available, and the
+ APR-util cmake build cannot consume an existing APR-iconv build. Thus,
+
mod_charset_lite
and possibly some third-party modules
+ cannot be used.
+ - The cmake build for the APR-util subproject does not support most of the
+ optional DBM and DBD libraries supported by the included Visual Studio
+ project files. This limits the database backends supported by a number of
+ bundled and third-party modules.
+
+
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 @@
-
+