1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
|
INSTALLATION
- Edit Makefile.PL (if needed)
- Type 'perl Makefile.PL'
- Type 'make'
blib/script/makepatch is the makepatch program
blib/script/applypatch is the applypatch program
blib/man1/makepatch.1 is the manual page for makepatch
blib/man1/applypatch.1 is the manual page for applypatch
- Type 'make install' to install the program and the documentation
on your system. This usually requires super user privileges.
REQUIREMENTS
- Perl 5.005 standard installation.
- For 'makepatch': the 'diff' program.
- For 'applypatch': the 'patch' program.
|