diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 12:58:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-06-12 12:58:54 +0000 |
commit | b972f34f4db5378955cc28c60ed20f0fa5e3d97b (patch) | |
tree | 53091496712c6da06a9b7af232afa38f3a6ffea0 /README.netware | |
parent | 41d39f3045c8f89e3965ec33f17acd39dcfa09eb (diff) | |
download | perl-b972f34f4db5378955cc28c60ed20f0fa5e3d97b.tar.gz |
NetWare doc tweak.
p4raw-id: //depot/perl@17203
Diffstat (limited to 'README.netware')
-rw-r--r-- | README.netware | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/README.netware b/README.netware index 55c9418c9a..170cd4dfb7 100644 --- a/README.netware +++ b/README.netware @@ -110,7 +110,6 @@ Example: At the command prompt Type "nmake nwinstall". This will cause the binaries to be installed on the local machine. (Typically under the c:\perl folder) - =head1 Build new extensions To build extensions other than standard extensions, NetWare Perl has @@ -140,7 +139,11 @@ Run the following command at the command prompt: Example: - perl -Ic:/perl/5.7.2/lib/NetWare-x86-multi-thread -Ic:\perl\5.7.2\lib MakeFile.pl + perl -Ic:/perl/5.6.1/lib/NetWare-x86-multi-thread -Ic:\perl\5.6.1\lib MakeFile.pl + +or + + perl -Ic:/perl/5.8.0/lib/NetWare-x86-multi-thread -Ic:\perl\5.8.0\lib MakeFile.pl =item * @@ -159,7 +162,12 @@ typing I<nmake install>, will copy the files onto the NetWare server. Example: You can execute the following on the command prompt. - perl -Ic:/perl/5.7.2/lib/NetWare-x86-multi-thread -Ic:\perl\5.7.2\lib MakeFile.pl + perl -Ic:/perl/5.6.1/lib/NetWare-x86-multi-thread -Ic:\perl\5.6.1\lib MakeFile.pl + INSTALLSITELIB=i:\perl\lib + +or + + perl -Ic:/perl/5.8.0/lib/NetWare-x86-multi-thread -Ic:\perl\5.8.0\lib MakeFile.pl INSTALLSITELIB=i:\perl\lib =item * |