File: INSTALL

package info (click to toggle)
perl-depends 2016.1029%2Bgit8f67695-1
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 104 kB
  • ctags: 49
  • sloc: perl: 157; makefile: 143
file content (16 lines) | stat: -rw-r--r-- 468 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
INSTALL: perl-depends - Roughly find out module depends from a perl file
------------------------------------------------------------------------

System wide install

        Run makefile with appropriate parameters. The program is
        installed without any file extension. An example:

            make [-n] DESTDIR= prefix=/usr/local install

Manual install

        1. Copy bin/*.pl somewhere along $PATH
	2. Copy bin/*.1 somewhere along $MANPATH

End of file