File: INSTALL

package info (click to toggle)
libclass-methodmaker-perl 2.24-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, sid, trixie
  • size: 544 kB
  • sloc: perl: 1,849; objc: 492; makefile: 3
file content (21 lines) | stat: -rw-r--r-- 464 bytes parent folder | download | duplicates (12)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
To install this module, use

  ./configure
  make
  make test
  make install

This will install using /usr/bin/perl .  If you wish to install using the perl
in your PATH, use 'perl ./configure' instead of 'configure'.

If you wish to install to a non-standard location, use 'configure
--prefix=location' instead of 'configure'.

So, to use the perl in your PATH to install to '/tmp', use

  perl ./configure --prefix=/tmp
  make
  make test
  make install

Enjoy.