File: INSTALL

package info (click to toggle)
libcgi-formbuilder-perl 3.10-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,420 kB
  • sloc: perl: 7,204; sh: 6; makefile: 2
file content (31 lines) | stat: -rw-r--r-- 983 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
NAME
    INSTALL - how to install FormBuilder 3.0

DESCRIPTION
    To install in your root Perl tree:

        perl Makefile.PL
        make
        make test
        make install

    If you want to relocate it elsewhere, say for testing, you need to
    change several "MakeMaker" variables:

        perl Makefile.PL PREFIX=~/lib \
                         INSTALLMAN1DIR=~/man/man1 \
                         INSTALLMAN3DIR=~/man/man3 \
                         INSTALLARCHLIB=~/lib \
                         INSTALLPRIVLIB=~/lib \
                         INSTALLSITELIB=~/lib \
                         INSTALLSITEARCH=~/lib

    Note: This is true for CPAN modules and is not specific to FormBuilder.

AUTHOR
    Copyright (c) Nate Wiger <http://nateware.com>. All Rights Reserved.

    This module is free software; you may copy this under the terms of the
    GNU General Public License, or the Artistic License, copies of which
    should have accompanied your Perl kit.