File: INSTALL

package info (click to toggle)
vcheck 1.2.1-7
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, wheezy
  • size: 752 kB
  • ctags: 58
  • sloc: perl: 2,786; sh: 30; makefile: 10
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>.