File: README

package info (click to toggle)
libgeo-proj4-perl 1.05-3
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 168 kB
  • ctags: 233
  • sloc: ansic: 362; perl: 347; makefile: 3
file content (25 lines) | stat: -rw-r--r-- 782 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
20
21
22
23
24
25
=== README for Geo-Proj4 version 1.05
=   Generated on Tue Jan 21 14:32:14 2014 by OODoc 2.01

There are various ways to install this module:

 (1) if you have a command-line, you can do:
       perl -MCPAN -e 'install <any package from this distribution>'

 (2) if you use Windows, have a look at http://ppm.activestate.com/

 (3) if you have downloaded this module manually (as root/administrator)
       gzip -d Geo-Proj4-1.05.tar.gz
       tar -xf Geo-Proj4-1.05.tar
       cd Geo-Proj4-1.05
       perl Makefile.PL
       make          # optional
       make test     # optional
       make install

For usage, see the included manual-pages or
    http://search.cpan.org/dist/Geo-Proj4-1.05/

Please report problems to
    http://rt.cpan.org/Dist/Display.html?Queue=Geo-Proj4