]> granicus.if.org Git - apache/commitdiff
Merge r1425975 from trunk:
authorEric Covener <covener@apache.org>
Sat, 2 Mar 2013 16:17:44 +0000 (16:17 +0000)
committerEric Covener <covener@apache.org>
Sat, 2 Mar 2013 16:17:44 +0000 (16:17 +0000)
Add notes about compiling from Unix sources

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1451901 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/platform/win_compiling.xml

index 57b6abfe60dec58e2102505ac8c4a3a1db3cef2e..ec5370ae552b35a2d5a667d4121049db95def465 100644 (file)
 
   </section>
 
+  <section id="unixsrcbuild">
+
+    <title>Building from Unix sources</title>
+
+    <p>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.</p>
+
+    <ol>
+       <li>Download and unpack the Unix source tarball for the latest version.</li>
+       <li>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</li>
+       <li>Open a Command Prompt and CD to the httpd-2.x.x folder</li>
+       <li>Run the line endings conversion utility at the prompt;</li>
+    </ol>
+
+    <example>
+      perl srclib\apr\build\lineends.pl
+    </example>
+
+    <p>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.
+    </p>
+
+  </section>
+
   <section id="commandbuild">
 
     <title>Command-Line Build</title>