You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by bn...@apache.org on 2005/04/18 22:46:16 UTC

svn commit: r161796 - httpd/httpd/trunk/docs/manual/platform/netware.xml

Author: bnicholes
Date: Mon Apr 18 13:46:14 2005
New Revision: 161796

URL: http://svn.apache.org/viewcvs?view=rev&rev=161796
Log:
Document some environment variable options

Modified:
    httpd/httpd/trunk/docs/manual/platform/netware.xml

Modified: httpd/httpd/trunk/docs/manual/platform/netware.xml
URL: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/platform/netware.xml?view=diff&r1=161795&r2=161796
==============================================================================
--- httpd/httpd/trunk/docs/manual/platform/netware.xml (original)
+++ httpd/httpd/trunk/docs/manual/platform/netware.xml Mon Apr 18 13:46:14 2005
@@ -499,15 +499,21 @@
         </li>
         
         <li>Set the environment variable <code>AP_WORK</code> to the full path of
-        the <code>httpd</code> source code directory.</li>
+        the <code>httpd</code> source code directory.
+        <example>Set AP_WORK=D:\httpd-2.0.x</example>
+        </li>
 
         <li>Set the environment variable <code>APR_WORK</code> to the full path of
         the <code>apr</code> source code directory. Typically <code>\httpd\srclib\apr</code>
-        but the APR project can be outside of the httpd directory structure.</li>
+        but the APR project can be outside of the httpd directory structure.
+        <example>Set APR_WORK=D:\apr-1.x.x</example>
+        </li>
 
         <li>Set the environment variable <code>APU_WORK</code> to the full path of
         the <code>apr-util</code> source code directory. Typically <code>\httpd\srclib\apr-util</code>
-        but the APR-UTIL project can be outside of the httpd directory structure.</li>
+        but the APR-UTIL project can be outside of the httpd directory structure.
+        <example>Set APU_WORK=D:\apr-util-1.x.x</example>
+        </li>
 
         <li>Make sure that the path to the AWK utility and the GNU make utility
         (<code>gmake.exe</code>) have been included in the system's
@@ -571,6 +577,25 @@
 
         <li><code>gmake -f nwgnumakefile clobber_all</code><p>Same as clean and also deletes
         the distribution directory if it exists.</p></li>
+      </ul>
+
+    </section>
+
+    <section id="comp-add-env">
+
+      <title>Additional environment variable options</title>
+
+      <ul>
+        <li>To build all of the experimental modules, set the environment 
+        variable <code>EXPERIMENTAL</code>:
+        <example>Set EXPERIMENTAL=1</example>
+        </li>
+
+        <li>To build Apache using standard BSD style sockets rather than
+        Winsock, set the environment variable <code>USE_STDSOCKETS</code>:
+        <example>Set USE_STDSOCKETS=1</example>
+        </li>
+
       </ul>
 
     </section>