Alien-OTR

 view release on metacpan or  search on metacpan

INSTALL  view on Meta::CPAN


Installing Alien-OTR is straightforward.

## Installation with cpanm

If you have cpanm, you only need one line:

    % cpanm Alien::OTR

If you are installing into a system-wide directory, you may need to pass the
"-S" flag to cpanm, which uses sudo to install the module:

    % cpanm -S Alien::OTR

## Installing with the CPAN shell

Alternatively, if your CPAN shell is set up, you should just be able to do:

    % cpan Alien::OTR

## Manual installation

README  view on Meta::CPAN

NAME
    Alien::OTR - Install and make available libotr v4 library

VERSION
    version 4.1.1.0

SYNOPSIS
        use Alien::OTR;

        my $cflags = Alien::OTR->cflags;
        my $libs = Alien::OTR->libs;

DESCRIPTION
    Alien::OTR installs the C library "libotr" version v4.1.1.

SEE ALSO
    *   <https://otr.cypherpunks.ca/>

AUTHOR
    Alex J. G. Burzyński <ajgb@cpan.org>

lib/Alien/OTR.pm  view on Meta::CPAN

Alien::OTR - Install and make available libotr v4 library

=head1 VERSION

version 4.1.1.0

=head1 SYNOPSIS

    use Alien::OTR;

    my $cflags = Alien::OTR->cflags;
    my $libs = Alien::OTR->libs;

=head1 DESCRIPTION

Alien::OTR installs the C library C<libotr> version v4.1.1.

=head1 SEE ALSO

=over 4



( run in 0.241 second using v1.01-cache-2.11-cpan-94b05bcf43c )