5dbe68bfb3aca6e6b30ecc75c61eecc8abe9aeac
[dh-make-perl] / dev / i386 / libarchive-zip-perl / libarchive-zip-perl-1.18 / INSTALL
1 To make and test, do the following:
2         perl Makefile.PL
3         make
4         make test
5
6 To copy the libs and docs to the right places,
7 do this (as superuser or administrator):
8         make install
9
10 If you're using Windows, you probably have to first get nmake to make this
11 work.  If you have the ActiveState distribution, read the part about installing
12 modules from CPAN.
13
14 Then:
15         perl Makefile.PL
16         nmake
17         nmake test
18         nmake install
19
20
21 If you don't have the Info-Zip tools zip and unzip installed, you may
22 get warnings from "make test" or "nmake test". Don't worry about these.
23
24 Actually, if you're using ActiveState's ActivePerl on Windows
25 you should first check for up to date .PPM versions and use their PPM tool
26 to install them.
27
28 If you are having install problems on RedHat 8 or 9 with Perl 5.8.0, please
29 read this (from the FAQ in lib/Archive/Zip/FAQ.pod):
30
31         Q: Archive::Zip won't install on my RedHat 9 system! It's broke!
32
33         A: This has become something of a FAQ.  Basically, RedHat broke some
34         versions of Perl by setting LANG to UTF8.  They apparently have a fixed
35         version out as an update.
36
37         You might try running CPAN or creating your Makefile after exporting the
38         LANG environment variable as
39
40         "LANG=C"
41
42         <https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=87682>
43