From df19c83155f7526f3d7c1b454e019a6f1984bb0f Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Wed, 9 Feb 2005 20:47:47 +0000 Subject: Docs update. Refresh as well as fold in (better??) docs about balancer. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@153116 13f79535-47bb-0310-9956-ffa450edef68 --- docs/manual/platform/netware.html.en | 31 ++++++++++--------------------- 1 file changed, 10 insertions(+), 21 deletions(-) (limited to 'docs/manual/platform/netware.html.en') diff --git a/docs/manual/platform/netware.html.en b/docs/manual/platform/netware.html.en index 5478449887..d4a28e6b0c 100644 --- a/docs/manual/platform/netware.html.en +++ b/docs/manual/platform/netware.html.en @@ -514,28 +514,14 @@
  • Download the source code and unzip to an appropriate directory on your workstation.
  • -
  • Change directory to \httpd-2.0\srclib\apr-util\uri and build - GENURI.nlm by running "gmake -f nwgnumakefile".
  • - -
  • Copy the file GENURI.nlm to the SYS: volume - of a NetWare server and run using the following command: -

    SYS:\genuri > sys:\uri_delims.h

    +
  • Change directory to \httpd-2.0 and build the prebuild utilities + by running "gmake -f nwgnumakefile prebuild". This target will create + the directory \httpd-2.0\nwprebuild and copy each of the utilities + to this location that are necessary to complete the following build steps.
  • -
  • Copy the file uri_delims.h to the directory - \httpd-2.0\srclib\apr-util\uri on the build machine.
  • - -
  • Change directory to \httpd-2.0\srclib\apr and build APR - by running "gmake -f nwgnumakefile"
  • - -
  • Change directory to \httpd-2.0\srclib\pcre and build - DFTABLES.nlm by running "gmake -f nwgnumakefile"
  • - -
  • Change directory to \httpd-2.0\server and build - GENCHARS.nlm by running "gmake -f nwgnumakefile"
  • - -
  • Copy the files GENCHARS.nlm and DFTABLES.nlm - from their respective directories to the SYS: volume of a +
  • Copy the files \httpd-2.0\nwprebuild\GENCHARS.nlm and + \httpd-2.0\nwprebuild\DFTABLES.nlm to the SYS: volume of a NetWare server and run them using the following commands:

    SYS:\genchars > sys:\test_char.h
    @@ -570,12 +556,15 @@ distribution with binaries, docs and additional support files in a \dist\Apache2 directory.

  • +
  • gmake -f nwgnumakefile prebuild

    Builds all of the prebuild utilities + and copies them to the \nwprebuild directory.

  • +
  • gmake -f nwgnumakefile installdev

    Same as install but also creates a \lib and \include directory in the destination directory and copies headers and import files.

  • gmake -f nwgnumakefile clean

    Cleans all object files and binaries - from the \release or \debug build areas depending on whether + from the \release.o or \debug.o build areas depending on whether DEBUG has been defined.

  • gmake -f nwgnumakefile clobber_all

    Same as clean and also deletes -- cgit v1.2.3