MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU LibKSBA 32-bit HOME GNU LibAssuan 32-bit »

GNU LibAssuan 64-bit

Name: GNU LibAssuan 64-bit
Summary: An IPC protocol library for GnuPG suite
License: GPL v3 or later
Version: 3.0.2
URL: https://gnupg.org/ftp/gcrypt/libassuan/libassuan-3.0.2.tar.bz2

Average Build Time: less than 0.1 SBU
Used Install Space: 652 KiB

Configuration

To configure GNU LibAssuan 64-bit for install into the build root, run the following command:

./configure --prefix=/usr                           \
            --libdir=/usr/lib64                     \
            --libexecdir=/usr/lib64                 \
            --docdir=/usr/share/doc/libassuan-3.0.2 \
            --disable-static

Compilation and Installation

To compile GNU LibAssuan 64-bit, run the following command:

make

Next, run the test suite:

make check

Finally, to install GNU LibAssuan 64-bit into the build tree, run the following command:

make install
rm -fv /usr/lib64/libassuan.la

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs libassuan-config
Installed Libraries libassuan.so
Navigation    
« GNU LibKSBA 32-bit HOME GNU LibAssuan 32-bit »