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
|