MidgardOS Developer Documentation

A website documenting creating the build root for MidgardOS


Section 5 - Building the Base System Tools

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

GNU nPth 64-bit

Name: GNU nPth 64-bit
Summary: A non-preemptive threading library implementation
License: LGPL v2.1 or later
Version: 1.8
URL: https://gnupg.org/ftp/gcrypt/npth/npth-1.8.tar.bz2

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

Configuration

To configure GNU nPth 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/npth-1.8    \
            --disable-static

Compilation and Installation

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

make

Next, run the test suite:

make check

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

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

NOTE: Do not delete the unpacked sources after build.

Contents

Contents  
Installed Libraries libnpth.so
Navigation    
« GNU LibAssuan 32-bit HOME GNU nPth 32-bit »