7.15. Libassuan-3.0.2

The libassuan package contains an inter process communication library used by some of the other GnuPG related packages. libassuan's primary use is to allow a client to interact with a non-persistent server. libassuan is not, however, limited to use with GnuPG servers and clients. It was designed to be flexible enough to meet the demands of many transaction based environments with non-persistent servers.

Approximate build time: 0.1 SBU
Required disk space: 6.5 MB

7.15.1. Installation of Libassuan

Install libassuan by running the following commands:

./configure --prefix=/usr

Compile the package:

make
make -C doc html
makeinfo --html --no-split -o doc/assuan_nochunks.html doc/assuan.texi
makeinfo --plaintext       -o doc/assuan.txt           doc/assuan.texi

Install the package:

make install