home *** CD-ROM | disk | FTP | other *** search
/ c't freeware shareware 1997 / CT_SW_97.ISO / pc / software / entwickl / win95 / pw32i306.exe / docs / Perl-Win32 / perlw32-install.txt < prev    next >
Text File  |  1996-11-27  |  2KB  |  52 lines

  1. You are reading: PerlW32-INSTALL.TXT
  2. ------------------------------------
  3.  
  4. ** For detailed information on what is included in this release, please      **
  5. ** refer to the file 'RELEASE.TXT'.                                          **
  6.  
  7. Installing the binary-only release of Perl for Win32
  8. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  9. (1) Install Perl
  10.  
  11. The binary is now distributed as a self-extracting archive that
  12. launches the install program. The install script performs the following:
  13.  
  14.     - Add Perl related entries to the Registry.
  15.  
  16.     - optionally adds the Perl\bin directory to your path. 
  17.  
  18.     - optionally creates associations for .pl files so that you
  19.     can run them directly from the command line
  20.  
  21.     A log of the installation session will be added to the file install.log.
  22.  
  23. (2) Copy any of your own scripts or library files into the '\Perl\bin' 
  24.     directory.  
  25.  
  26.     In the previous step, this directory was added to your path.
  27.         By copying your own scripts into this directory, you should be
  28.         able to run them from any other directory.
  29.  
  30.  
  31. Building Perl for Win32 from a source release
  32. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  33.  
  34. Perl for Win32 has been developed using Microsoft Visual C 4.x.
  35. To build Perl for Win32 do the following:
  36.  
  37. (1) Build executables
  38.     Using Visual C++    
  39.         Start Microsoft Visual C and load 'perl5.mak'
  40.         Build 'Perl300 - Win32 Release' or 'Perl300 - Win32 Debug' 
  41.             using the targets predefined for your platform
  42.  
  43. (2) After the build, you should test the Perl binary by running a series of test 
  44.     scripts. This is done by running 'test' in the directory 
  45.     'Perl\ntt'.  It will report upon all functions tested, and 
  46.     any not currently implemented.
  47.  
  48. (3) Run 'PerlW32-install', located in Perl\bin 
  49.  
  50. ** For detailed information on what is included in this release, please      **
  51. ** refer to the file 'RELEASE.TXT'.                                          **
  52.