MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

Navigation    
« GNU Nettle 32-bit HOME GNU LibTasn1 32-bit »

GNU LibTasn1 64-bit

Name: GNU LibTasn1 64-bit
Summary: An ASN.1 implementation library
License: GPL v3 or later/LGPL v2.1 or later
Version: 4.20.0
URL: https://ftp.gnu.org/gnu/libtasn1/libtasn1-4.20.0.tar.gz

Average Build Time: 0.2 SBU
Used Install Space: 708 KiB

Configuration

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

./configure --prefix=/usr           \
            --libdir=/usr/lib64     \
            --libexecdir=/usr/lib64 \
            --disable-static        \
            --enable-shared

Compilation and Installation

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

make

Next, run the test suite:

make check

Finally, to install GNU LibTasn1 64-bit into the build tree, run the following commands:

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

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Programs asn1Coding, asn1Decoding, and asn1Parser
Installed Libraries libtasn1.so
Navigation    
« GNU Nettle 32-bit HOME GNU LibTasn1 32-bit »