libslirp-4.9.1

Introduction to libslirp

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

[Note]

Note

This version of BLFS may not build or run some packages properly if LFS or dependencies have been updated since the most recent stable version of the System V books.

Package Information

libslirp Dependencies

Required

GLib-2.86.4

Installation of Libslirp

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

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