File: INSTALL

package info (click to toggle)
libxml-encoding-perl 2.11-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,428 kB
  • sloc: xml: 14,006; perl: 646; ansic: 27; makefile: 2
file content (30 lines) | stat: -rw-r--r-- 758 bytes parent folder | download
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
PREREQUISITES

    Perl

        Perl version 5.8.1 or later.
        The latest version of Perl is available from https://www.perl.com/.

    Perl Modules

        The only non-standard Perl module required by this module is

            XML::Parser

        which is available from CPAN (https://www.cpan.org/).

INSTALLATION

    To install this module, cd to the directory that contains this INSTALL file
    and type the following:

        perl Makefile.PL
        make
        make test
        make install

    Use the appropriate program name instead of "make" in the above commands if
    your perl was built with a different make program.  To determine which make
    program was used to build your perl type the following:

        perl -V:make