File: INSTALL

package info (click to toggle)
mp3cd 1.27.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 148 kB
  • ctags: 19
  • sloc: perl: 591; makefile: 2
file content (42 lines) | stat: -rw-r--r-- 1,021 bytes parent folder | download | duplicates (5)
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

------------
Installation
------------

To install the script and man pages in the standard areas,
give the sequence of commands

  perl Makefile.PL
  make
  make test
  make install      # you probably need to do this step as superuser

If you want to install the script in your own private space, use

  perl Makefile.PL PREFIX=/home/joeuser 
       INSTALLMAN1DIR=/home/joeuser/man/man1 
       INSTALLMAN3DIR=/home/joeuser/man/man3
  make
  make test
  make install      # can do this step as joeuser

Note that `make test` does nothing interesting.

--------------
Uninstallation
--------------

Under a user with sufficient permissions and from the program
distribution directory, execute

  perl Makefile.PL

if there isn't a file called Makefile.  Then execute

  make uninstall

This sometimes works, and sometimes it does not.  If it refuses to work,
you can simply remove all files by hand.  Look for the .packlist file
which perl created when installing the software and remove all files you
find in there.