summaryrefslogtreecommitdiff
path: root/INSTALL
blob: c6199dabef900bdab3f8bbc9196194512b72a554 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
This package does not provide installable scripts. The scripts must be run
from within the scripts directory proper.

To install the python module(s) that these scripts use, however, you will
need to do the following:

     # ./configure
     # make
     # make install

This will install the python module(s) for use by the system. You may also
select a different prefix to install to, by passing the --prefix option to
the configure script.