File: INSTALL

package info (click to toggle)
vcheck 1.2.1-6
  • links: PTS
  • area: main
  • in suites: lenny, squeeze
  • size: 200 kB
  • ctags: 22
  • sloc: perl: 1,395; makefile: 39; sh: 30
file content (19 lines) | stat: -rw-r--r-- 559 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
 Installing vcheck
===================

Check whether the following requirements are fulfilled before trying to
install vcheck:

  - Perl 5.005 (or later) has to be installed on your system
  - the libwww module has to be installed, fetch it e.g. from
    <http://www.perl.com/CPAN/modules/by-module/WWW/>

vcheck is installed like any other Perl package, that is, preferably as
root:

  $ perl Makefile.PL
  $ make
  $ make install

There really isn't more to it.  If you need more detailed instructions,
feel free to mail me at <mailto:gomar@mindless.com>.