From 5c5757a21d6a2a218333c990923608a347a8ff92 Mon Sep 17 00:00:00 2001 From: Bradley Nicholes Date: Fri, 1 Mar 2002 22:29:16 +0000 Subject: [PATCH] Added the documentation for building Apache for NetWare using the GNU make files git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93666 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/netware.html | 102 +++++++++++++++++++++++------- 1 file changed, 80 insertions(+), 22 deletions(-) diff --git a/docs/manual/platform/netware.html b/docs/manual/platform/netware.html index feb64ffa6d..0ab6a38d33 100644 --- a/docs/manual/platform/netware.html +++ b/docs/manual/platform/netware.html @@ -333,24 +333,7 @@ NetWare

Compiling Apache requires MetroWerks CodeWarrior 6.x or - higher to be properly installed.

- -

First, unpack the Apache distribution into an appropriate - directory. Then go to the httpd and httpd/srclib/apr - subdirectories of the - Apache distribution and unzip the files ApacheNW.mcp.zip and - libaprnw.mcp.zip respectively. You - may use a recent version of WinZip to accomplish this. The main Metrowerks project files for Apache - (ApacheNW.mcp)and the Apache Portable Runtime (libaprnw.mcp) - are now ready to use. Just double - click on them from within explorer and they should automatically - launch the MetroWerks CodeWarrior IDE.

- -

All major pieces of Apache and APR are built using the - ApacheNW.mcp and LibAprNW.mcp project files. This includes modules such as - status, info, proxy, etc.

- -

Once Apache has been built, it needs to be installed on a NetWare + higher to be properly installed.  Once Apache has been built, it needs to be installed on a NetWare volume's root directory. The default is the sys:/Apache2 directory.

@@ -376,12 +359,18 @@ for C (LibC)
  • WinSock 2 Developer Components for NetWare
  • -
  • AWK utility (awk, gawk or similar.) Brian Kernighan's http://cm.bell-labs.com/cm/cs/who/bwk/ site has a compiled native - Win32 binary, http://cm.bell-labs.com/cm/cs/who/bwk/awk95.exe. The - utility must be found in your windows path and must be rename to - awk.exe. 
  • +
  • To build using either the project file or the make files, requires an AWK utility (awk, gawk or + similar).  AWK can be downloaded from   http://developer.novell.com/ndk/apache.htm. The + utility must be found in your windows path and must be named awk.exe. 
  • +
  • To build using the makefiles, you will need GNU make version 3.78.1 (GMake) + available at http://developer.novell.com/ndk/apache.htm
  • Building Apache using the Metrowerks Project Files: 

    + +

    All major pieces of Apache and APR are built using the + ApacheNW.mcp and LibAprNW.mcp project files. This includes modules such as + status, info, proxy, etc.

    + +

    Building Apache using the NetWare makefiles: 

    + + +

    Additional make options

    + +
    -- 2.40.0