File: OLD_README

package info (click to toggle)
libmath-matrixreal-perl 2.13-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 1,120 kB
  • sloc: perl: 2,837; makefile: 8
file content (33 lines) | stat: -rw-r--r-- 853 bytes parent folder | download
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
# Old Installation Instructions (should still work):

## Preliminary steps for use with Perl prior to version 5.002:

Edit the "Makefile.PL" file in this package and change the line

    'VERSION_FROM'	=> 'MatrixReal.pm',

to

    'VERSION'		=> '2.04',


## How to install it:

Please unpack and build this package OUTSIDE the Perl source and distribution
tree!!

 1) Change directory to the directory that has been created by unpacking this
    package ("Math-MatrixReal-1.3/").

 2) Type "perl Makefile.PL".
    (Or whatever the name and path of your Perl 5 binary is)
    Alternatively you can type, e.g., "perl Makefile.PL PREFIX=/home/doe"
    to install the module in the home directory, e.g. John Doe...

 3) Type "make".

 3.5) Optionally, type "make test" to test the build and/or benchmark
    your system a little.

 4) Type "make install".