Libslirp-4.7.0

Introduction to libslirp

Libslirp is a user-mode networking library used by virtual machines, containers or various tools.

[Note]

Note

Development versions of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable versions of the books.

Package Information

libslirp Dependencies

Required

GLib-2.80.0

Installation of Libslirp

Install libslirp by running the following commands:

mkdir build &&
cd    build &&

meson setup --prefix=/usr --buildtype=release .. &&

ninja

This package does not come with a test suite.

Now, as the root user:

ninja install

Command Explanations

--buildtype=release: Specify a buildtype suitable for stable releases of the package, as the default may produce unoptimized binaries.

Contents

Installed Program: None
Installed Library: libslirp.so
Installed Directory: /usr/include/slirp

Short Descriptions

libclirp.so

contains user-mode TCP-IP emulation functions