Alien-GCrypt
view release on metacpan or search on metacpan
Installing Alien-GCrypt is straightforward.
## Installation with cpanm
If you have cpanm, you only need one line:
% cpanm Alien::GCrypt
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::GCrypt
## Installing with the CPAN shell
Alternatively, if your CPAN shell is set up, you should just be able to do:
% cpan Alien::GCrypt
## Manual installation
NAME
Alien::GCrypt - Install and make available libgcrypt
VERSION
version 1.6.5.0
SYNOPSIS
use Alien::GCrypt;
my $cflags = Alien::GCrypt->cflags;
my $libs = Alien::GCrypt->libs;
DESCRIPTION
Alien::GCrypt installs the C library "libgcrypt" v1.6.5.
SEE ALSO
* <https://www.gnu.org/software/libgcrypt/>
AUTHOR
Alex J. G. BurzyÅski <ajgb@cpan.org>
lib/Alien/GCrypt.pm view on Meta::CPAN
Alien::GCrypt - Install and make available libgcrypt
=head1 VERSION
version 1.6.5.0
=head1 SYNOPSIS
use Alien::GCrypt;
my $cflags = Alien::GCrypt->cflags;
my $libs = Alien::GCrypt->libs;
=head1 DESCRIPTION
Alien::GCrypt installs the C library C<libgcrypt> v1.6.5.
=head1 SEE ALSO
=over 4
( run in 2.072 seconds using v1.01-cache-2.11-cpan-94b05bcf43c )