File: INSTALL

package info (click to toggle)
makepatch 2.00.03-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 128 kB
  • ctags: 7
  • sloc: perl: 1,479; makefile: 54
file content (19 lines) | stat: -rw-r--r-- 588 bytes parent folder | download | duplicates (6)
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.