File: INSTALL

package info (click to toggle)
systemconfigurator 2.0.10-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 724 kB
  • ctags: 313
  • sloc: perl: 7,423; makefile: 48
file content (34 lines) | stat: -rw-r--r-- 1,079 bytes parent folder | download | duplicates (3)
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
***  System Configurator Installation Guide ***

Prerequisites
------------------------------
*  perl 5.005 (the whole thing is written in perl)
*  AppConfig >= 1.52

AppConfig can be found on CPAN (www.cpan.org).  For your
convenience we have created a perl-AppConfig rpm package on 
our project page (http://sf.net/projects/systemconfig).  It should work 
on most Perl installs.  On Debian Systems you can apt-get
the libappconfig-perl debian package from your local mirror.

You can also attempt to install AppConfig via the CPAN module by 
running 'perl -MCPAN -e shell' on the command line, and go from there.  
(man CPAN for more info).

The slightly harder way to get them is by downloading the following URLs:
  * http://www.cpan.org/authors/id/ABW/AppConfig-1.52.tar.gz

Installation
------------------------------
The following 4 steps will install from the tar ball release

  perl Makefile.PL
  make
  make test
  make install

If you get any errors during 'make test' please report them, along with
the output of 'perl -V' to sisuite-users@lists.sourceforge.net.