A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Kbd | HOME | LibPipeline 32-bit » |
Name: LibPipeline 64-bit
Summary: A C library for constructing command pipelines
License: GPL v3.0 or later
Version: 1.5.8
URL: https://download.savannah.nongnu.org/releases/%{name}/%{name}-%{version}.tar.gz
Average Build Time: 0.1 SBU
Used Install Space: 316 KiB
To configure LibPipeline 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/libpipeline-1.5.8 \
--disable-static \
--enable-shared \
--enable-threads=posix \
--enable-socketpair-pipe \
--with-pic=yes \
--with-gnu-ld
To compile LibPipeline 64-bit, run the following command:
make
The tests require the Check library, which will be built later.
Finally, to install LibPipeline 64-bit into the build tree, run the following command:
make install
rm -fv /usr/lib64/libpipeline.la
NOTE: Do not delete the unpacked sources after build.
| Contents | |
|---|---|
| Installed Libraries | libpipeline.so |
| Navigation | ||
|---|---|---|
| « Kbd | HOME | LibPipeline 32-bit » |