]> git.donarmstrong.com Git - term-progressbar.git/blob - INSTALL
move content of BUGS to Changes
[term-progressbar.git] / INSTALL
1 To install this module, use
2
3   ./configure
4   make
5   make test
6   make install
7
8 This will install using /usr/bin/perl .  If you wish to install using the perl
9 in your PATH, use 'perl ./configure' instead of 'configure'.
10
11 If you wish to install to a non-standard location, use 'configure
12 --prefix=location' instead of 'configure'.
13
14 So, to use the perl in your PATH to install to '/tmp', use
15
16   perl ./configure --prefix=/tmp
17   make
18   make test
19   make install
20
21 Enjoy.