-
Notifications
You must be signed in to change notification settings - Fork 3
/
INSTALL
51 lines (36 loc) · 1.28 KB
/
INSTALL
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
lpOD Project -- Languages & Platforms OpenDocument
Perl distribution
System requirements:
====================
- Perl 5.10.1 or later
- Archive::Zip 1.30 or later
- XML::Twig 3.34 or later
- IO::File 1.14 or later
- File::Basename
- File::Type
- File::Slurp
- File::Temp 0.12 or later
- Time::Local 1.07 or later
- Image::Size
- LWP::Simple
- experimental
Usage
=====
The Perl programs using lpOD must include the single statement below in order
to load the whole library:
use ODF::lpOD;
Installation instructions (CPAN package)
========================================
Installation procedure:
1) Uncompress the distribution archive (tar.gz);
2) Move in the directory created by the decompression ('ODF-lpOD-nnn', where
nnn is the version number);
3) Execute "perl Makefile.PL";
4) Execute "make test" (optional but recommended);
5) If nothing looks wrong, execute "make install" as system administrator from
the same directory.
The installation may be checked later using the "lpod_test" utility, that is
provided with the distribution. Without argument, this script just displays
the ODF::lpOD version, build date and installation path. If an arbitrary file
path/name is given as an argument, it generates a new test document (.odt)
that may be checked using any ODF-compatible text processor.