diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-26 11:27:54 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-26 11:27:54 +0000 |
commit | a521c331db5145b11f7fbed87e4c89652b87294b (patch) | |
tree | bb48b3610028172a5b4087e5837faf7d1c658be4 /NetWare | |
parent | b9a7ec59056200248f9364bad1f7ca7c28aba033 (diff) | |
download | perl-a521c331db5145b11f7fbed87e4c89652b87294b.tar.gz |
NetWare tweak from Ananth Kesari.
p4raw-id: //depot/perl@12229
Diffstat (limited to 'NetWare')
-rw-r--r-- | NetWare/t/Readme.txt | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/NetWare/t/Readme.txt b/NetWare/t/Readme.txt index 32624177c9..2b6984fb83 100644 --- a/NetWare/t/Readme.txt +++ b/NetWare/t/Readme.txt @@ -38,14 +38,16 @@ For example, all the scripts that are under 't\base' folder will be entered in 'base.pl' and so on. 'nwauto.pl' includes all these '.pl' scripts like 'base.pl', 'comp.pl' etc. + Perform the following steps to execute the automated scripts: -1. Make sure that your NetWare server is mapped to "i:". +1. Map your NetWare server to "i:" -2. Execute "nmake nwinstall" (after building interpreter and extensions) -in the 'NetWare' folder of the CPAN download. This installs all the -library files, perl modules and all the 't' scripts in appropriate -folders onto your server. +2. After complete build (building both interpreter and all extensions) +of Perl for NetWare, execute "nmake nwinstall" in the 'NetWare' folder +of the CPAN download. This installs all the library files, perl modules, +the '.pl' files under 'NetWare\t' folder and all the '.t' scripts +under 't' folder, all in appropriate folders onto your server. 3. Execute the command "perl t\NWModify.pl" on the console command prompt of your server. This script replaces |