Libslirp-4.7.0

Introduction to libslirp

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

[注記]

注記

LFS や依存パッケージが本ブックに示す最新安定バージョンでなかった場合には、BLFS 開発版においては、パッケージのビルドや処理実行が適切に行われないことがあります。

Package Information

libslirp Dependencies

Required

GLib-2.78.3

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: 本パッケージの安定版リリース向けに適したビルドタイプを指定します。 デフォルトにしていると、最適化されていないバイナリを生成する場合があるためです。

Contents

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

Short Descriptions

libclirp.so

contains user-mode TCP-IP emulation functions