File: INSTALL

package info (click to toggle)
libunicode-map-perl 0.112-13
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 1,176 kB
  • sloc: perl: 1,170; makefile: 20; sh: 10
file content (41 lines) | stat: -rw-r--r-- 942 bytes parent folder | download | duplicates (6)
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

STANDARD INSTALLATION

Installing the package involves these steps:

   1. perl Makefile.PL

   2. make

   3. make test

If everything succeeded assure to have write permissions for you Perl 
Library directories. Then:

   4. make install

"perl Makefile.PL" creates a Makefile for your system. "make" builds the
package, "make test" checks if the module really works at your system
and "make install" installs it to your system. This includes 3 tools:

   map        - maps characters from and to unicode encoding
   mkmapfile  - creates binary mapfiles from textual mapfiles
   mkCSGB2312 - creates a GB2312 mapfile

Typically you will not use the latter two tools.


INDIVIDUAL INSTALLATION

If you need store the package differently from the default values you
can do so by adding a PREFIX parameter to the first step mentioned above.
Like:

   perl Makefile.PL PREFIX=/usr/local/


"make test" FAILED

Oops? Why? Please let me know.