File: Install

package info (click to toggle)
libgeo-gpx-perl 1.11-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 396 kB
  • sloc: perl: 1,167; xml: 38; makefile: 2
file content (28 lines) | stat: -rw-r--r-- 881 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
INSTALLATION

Recommended Installation Method:

The easiest way to install this distribution is from the Perl cpan shell.

	cpan[1]> install Geo::Gpx

To install from the source files in the module's directory, run the following commands:

    perl Makefile.PL
    make
    make test
    make install

Alternatively, to install with Module::Build, you can use the following commands:

    perl Build.PL
    ./Build
    ./Build test
    ./Build install

Installing from the Github Repository:

If you cloned or downloaded a release from the Github repository, please install using the Makefile.PL provided. The Build.PL file is not maintained on Github, it is automatically generated by the Dist::Zilla distribution management tool when releasing a new version on CPAN. Installation using Dist::Zilla is for code maitainers and is not supported.

DEPENDENCIES
    See the README.md