File: INSTALL

package info (click to toggle)
pcd2html 0.5.1.1-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 384 kB
  • ctags: 56
  • sloc: perl: 1,405; makefile: 120; sh: 69
file content (30 lines) | stat: -rw-r--r-- 863 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
Installation of pcd2html

The installation is easy if you follow these instructions.
If not, I ensure you, pcd2html will fail.

Default installation (as root):

  1. make install
  2. Edit pcd2html.conf to tell pcd2html where your CD ROM is mounted

This will install pcd2html under /usr/local
  
Installation for other PATHs than /usr/local:

  1. make install prefix=<my_own_path>
  2. <see above>
  
Installation for other PATH and other location of pcd2html.conf
than ${prefix}/etc:

  1. make install prefix=<my_own_path> sysconfdir=<config_path>
  2. <see above>

Installation of a broken pcd2html:
  If you copy the files by hand to any directory in your PATH
  pcd2html will NOT be correctly installed.  The scripts are
  modified by the Makefile while installing them.  Don't say
  I hadn't warned you if pcd2html fails to work.
  
That's all for today.