Libslirp is a user-mode networking library used by virtual machines, containers or various tools.
This package is known to build and work properly using an LFS 13.1 platform.
Download (HTTP): https://gitlab.freedesktop.org/slirp/libslirp/-/archive/v4.9.3/libslirp-v4.9.3.tar.bz2
Download MD5 sum: bf2162cee75eef0faf0eb3fe60ec0da3
Download size: 132 KB
Estimated disk space required: 2.4 MB
Estimated build time: less than 0.1 SBU
Install libslirp by running the following commands:
mkdir build && cd build && meson setup --prefix=/usr --buildtype=release .. && ninja
To test the results, issue: ninja test
Now, as the root user:
ninja install
--buildtype=release:
Specify a buildtype suitable for stable releases of the package, as
the default may produce unoptimized binaries.