diff options
author | Jim Jagielski <jim@apache.org> | 2005-02-09 21:47:47 +0100 |
---|---|---|
committer | Jim Jagielski <jim@apache.org> | 2005-02-09 21:47:47 +0100 |
commit | df19c83155f7526f3d7c1b454e019a6f1984bb0f (patch) | |
tree | 60f3927090d0c21578eaedec685262a03e4154ed /docs/manual/platform/netware.html.en | |
parent | Now that the crisis has passed, update the CHANGES entry... =) (diff) | |
download | apache2-df19c83155f7526f3d7c1b454e019a6f1984bb0f.tar.xz apache2-df19c83155f7526f3d7c1b454e019a6f1984bb0f.zip |
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
Diffstat (limited to 'docs/manual/platform/netware.html.en')
-rw-r--r-- | docs/manual/platform/netware.html.en | 31 |
1 files changed, 10 insertions, 21 deletions
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 @@ <li>Download the source code and unzip to an appropriate directory on your workstation.</li> - <li>Change directory to <code>\httpd-2.0\srclib\apr-util\uri</code> and build - <code>GENURI.nlm</code> by running "<code>gmake -f nwgnumakefile</code>".</li> - - <li>Copy the file <code>GENURI.nlm</code> to the <code>SYS:</code> volume - of a NetWare server and run using the following command: - <div class="example"><p><code>SYS:\genuri > sys:\uri_delims.h</code></p></div> + <li>Change directory to <code>\httpd-2.0</code> and build the prebuild utilities + by running "<code>gmake -f nwgnumakefile prebuild</code>". This target will create + the directory <code>\httpd-2.0\nwprebuild</code> and copy each of the utilities + to this location that are necessary to complete the following build steps. </li> - <li>Copy the file <code>uri_delims.h</code> to the directory - <code>\httpd-2.0\srclib\apr-util\uri</code> on the build machine.</li> - - <li>Change directory to <code>\httpd-2.0\srclib\apr</code> and build APR - by running "<code>gmake -f nwgnumakefile</code>"</li> - - <li>Change directory to <code>\httpd-2.0\srclib\pcre</code> and build - <code>DFTABLES.nlm</code> by running "<code>gmake -f nwgnumakefile</code>"</li> - - <li>Change directory to <code>\httpd-2.0\server</code> and build - <code>GENCHARS.nlm</code> by running "<code>gmake -f nwgnumakefile</code>"</li> - - <li>Copy the files <code>GENCHARS.nlm</code> and <code>DFTABLES.nlm</code> - from their respective directories to the <code>SYS:</code> volume of a + <li>Copy the files <code>\httpd-2.0\nwprebuild\GENCHARS.nlm</code> and + <code>\httpd-2.0\nwprebuild\DFTABLES.nlm</code> to the <code>SYS:</code> volume of a NetWare server and run them using the following commands: <div class="example"><p><code> SYS:\genchars > sys:\test_char.h<br /> @@ -570,12 +556,15 @@ distribution with binaries, docs and additional support files in a <code>\dist\Apache2</code> directory.</p></li> + <li><code>gmake -f nwgnumakefile prebuild</code><p>Builds all of the prebuild utilities + and copies them to the <code>\nwprebuild</code> directory.</p></li> + <li><code>gmake -f nwgnumakefile installdev</code><p>Same as install but also creates a <code>\lib</code> and <code>\include</code> directory in the destination directory and copies headers and import files.</p></li> <li><code>gmake -f nwgnumakefile clean</code><p>Cleans all object files and binaries - from the <code>\release</code> or <code>\debug</code> build areas depending on whether + from the <code>\release.o</code> or <code>\debug.o</code> build areas depending on whether <code>DEBUG</code> has been defined.</p></li> <li><code>gmake -f nwgnumakefile clobber_all</code><p>Same as clean and also deletes |