| 1 | If you read this file _as_is_, just ignore the funny characters you
|
|---|
| 2 | see. It is written in the POD format (see pod/perlpod.pod) which is
|
|---|
| 3 | specifically designed to be readable as is.
|
|---|
| 4 |
|
|---|
| 5 | =head1 NAME
|
|---|
| 6 |
|
|---|
| 7 | perlnetware - Perl for NetWare
|
|---|
| 8 |
|
|---|
| 9 | =head1 DESCRIPTION
|
|---|
| 10 |
|
|---|
| 11 | This file gives instructions for building Perl 5.7 and above, and also
|
|---|
| 12 | Perl modules for NetWare. Before you start, you may want to read the
|
|---|
| 13 | README file found in the top level directory into which the Perl source
|
|---|
| 14 | code distribution was extracted. Make sure you read and understand
|
|---|
| 15 | the terms under which the software is being distributed.
|
|---|
| 16 |
|
|---|
| 17 | =head1 BUILD
|
|---|
| 18 |
|
|---|
| 19 | This section describes the steps to be performed to build a Perl NLM
|
|---|
| 20 | and other associated NLMs.
|
|---|
| 21 |
|
|---|
| 22 | =head2 Tools & SDK
|
|---|
| 23 |
|
|---|
| 24 | The build requires CodeWarrior compiler and linker. In addition,
|
|---|
| 25 | the "NetWare SDK", "NLM & NetWare Libraries for C" and
|
|---|
| 26 | "NetWare Server Protocol Libraries for C", all available at
|
|---|
| 27 | L<http://developer.novell.com/ndk/>, are also required.
|
|---|
| 28 | Microsoft Visual C++ version 4.2 or later is also required.
|
|---|
| 29 |
|
|---|
| 30 | =head2 Setup
|
|---|
| 31 |
|
|---|
| 32 | The build process is dependent on the location of the NetWare SDK.
|
|---|
| 33 | Once the Tools & SDK are installed, the build environment has to
|
|---|
| 34 | be setup. The following batch files setup the environment.
|
|---|
| 35 |
|
|---|
| 36 | =over 4
|
|---|
| 37 |
|
|---|
| 38 | =item SetNWBld.bat
|
|---|
| 39 |
|
|---|
| 40 | The Execution of this file takes 2 parameters as input. The first
|
|---|
|
|---|