From 662cfcdc4f9def8cf1efbd1aa31674b58d884f18 Mon Sep 17 00:00:00 2001 From: Gregg Lewis Smith Date: Wed, 26 Dec 2012 17:32:31 +0000 Subject: [PATCH] Add notes about compiling from Unix sources git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1425975 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/win_compiling.xml | 30 ++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/docs/manual/platform/win_compiling.xml b/docs/manual/platform/win_compiling.xml index 57b6abfe60..ec5370ae55 100644 --- a/docs/manual/platform/win_compiling.xml +++ b/docs/manual/platform/win_compiling.xml @@ -249,6 +249,36 @@ +
+ + Building from Unix sources + +

The policy of the HTTPd Server project is to only release Unix sources. + Windows source packages made available for download have been supplied by + volunteers and may not be available for every release. You can still build + the server on Windows from the Unix source tarball with just a few additional + steps.

+ +
    +
  1. Download and unpack the Unix source tarball for the latest version.
  2. +
  3. Download and unpack the Unix source tarball for latest version of + APR-Iconv, place this source in the httpd-2.x.x\srclib\apr-iconv
  4. +
  5. Open a Command Prompt and CD to the httpd-2.x.x folder
  6. +
  7. Run the line endings conversion utility at the prompt;
  8. +
+ + + perl srclib\apr\build\lineends.pl + + +

You can now build the server with the Visual Studio development + environment using the IDE. Command-Line builds of the server are not + possible from Unix sources unless you export .mak files as explained + below. +

+ +
+
Command-Line Build -- 2.40.0