File: INSTALL

package info (click to toggle)
refdb-sru 0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 136 kB
  • ctags: 30
  • sloc: perl: 1,048; makefile: 5
file content (19 lines) | stat: -rw-r--r-- 483 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Installing the RefDBClient Perl module
======================================

1. Create a system-specific Makefile:
perl Makefile.PL

2. Build the module:
make

3. Run a test. This step is optional and requires a running RefDB installation: 
make test

4. Install the module in the default location:
make install

See the test.pl script for an example of how to use this module.

$Id: INSTALL,v 1.1 2004/02/17 22:41:45 mhoenicka Exp $
(c) Markus Hoenicka <markus@mhoenicka.de> 2004