Blame INSTALL

Packit 3f72c8
This is the Perl distribution Math-Int64.
Packit 3f72c8
Packit 3f72c8
Installing Math-Int64 is straightforward.
Packit 3f72c8
Packit 3f72c8
## Installation with cpanm
Packit 3f72c8
Packit 3f72c8
If you have cpanm, you only need one line:
Packit 3f72c8
Packit 3f72c8
    % cpanm Math::Int64
Packit 3f72c8
Packit 3f72c8
If you are installing into a system-wide directory, you may need to pass the
Packit 3f72c8
"-S" flag to cpanm, which uses sudo to install the module:
Packit 3f72c8
Packit 3f72c8
    % cpanm -S Math::Int64
Packit 3f72c8
Packit 3f72c8
## Installing with the CPAN shell
Packit 3f72c8
Packit 3f72c8
Alternatively, if your CPAN shell is set up, you should just be able to do:
Packit 3f72c8
Packit 3f72c8
    % cpan Math::Int64
Packit 3f72c8
Packit 3f72c8
## Manual installation
Packit 3f72c8
Packit 3f72c8
As a last resort, you can manually install it. Download the tarball, untar it,
Packit 3f72c8
then build it:
Packit 3f72c8
Packit 3f72c8
    % perl Makefile.PL
Packit 3f72c8
    % make && make test
Packit 3f72c8
Packit 3f72c8
Then install it:
Packit 3f72c8
Packit 3f72c8
    % make install
Packit 3f72c8
Packit 3f72c8
If you are installing into a system-wide directory, you may need to run:
Packit 3f72c8
Packit 3f72c8
    % sudo make install
Packit 3f72c8
Packit 3f72c8
## Documentation
Packit 3f72c8
Packit 3f72c8
Math-Int64 documentation is available as POD.
Packit 3f72c8
You can run perldoc from a shell to read the documentation:
Packit 3f72c8
Packit 3f72c8
    % perldoc Math::Int64