Testopia:README: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
Line 94: Line 94:


     3. Download GNU Patch and install it in a directory in your path.
     3. Download GNU Patch and install it in a directory in your path.
    It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm
It can be downloaded from http://gnuwin32.sourceforge.net/packages/patch.htm


     4. Change PERL paths from native *nix, to a Windows Format.     
     4. Change PERL paths from native *nix, to a Windows Format.     
  If you have MySQL Server installed, the Replace utility does a great job at this:
  If you have MySQL Server installed, the Replace utility does a great job at this:
   
   
    C:\<apache path>\htdocs\bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
C:\<apache path>\htdocs\bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.cgi *.pl
    C:\<apache path>\htdocs\bugzilla\Bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.pm
C:\<apache path>\htdocs\bugzilla\Bugzilla> <MySQL path>\bin\replace.exe" "#!/usr/bin/perl" "#!C:\perl\bin\perl" -- *.pm


     5. Download Microsoft's nmake utility from:
     5. You'll need Microsoft's old nmake utility, available at...
    http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/Nmake15.exe
    http://download.microsoft.com/download/vc15/Patch/1.52/W95/EN-US/nmake15.exe
    Run the file to decompress it.
    ...or dmake, available on CPAN at http://search.cpan.org/dist/dmake/.
    Copy both NMAKE.EXE and NMAKE.ERR to your perl bin directory (usually c:\perl\bin).
    For nmake, you will need to decompress the file and copy both NMAKE.EXE and NMAKE.ERR
    to your perl bin directory (usually c:\perl\bin).


From here the steps should be fairly identical to those above, meaning patch the files and run checksetup.pl.  
From here the steps should be fairly identical to those above, meaning patch the files and run checksetup.pl.  
13

edits

Navigation menu