File: INSTALL

package info (click to toggle)
libclass-methodmaker-perl 2.02-2
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 588 kB
  • ctags: 101
  • sloc: perl: 3,268; objc: 460; makefile: 54
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.