libuv-1.47.0

libuv の概要

The libuv package is a multi-platform support library with a focus on asynchronous I/O.

[注記]

注記

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

パッケージ情報

  • ダウンロード (HTTP): https://dist.libuv.org/dist/v1.47.0/libuv-v1.47.0.tar.gz

  • ダウンロード MD5 sum: 968592dcd4e0f962720eb669a6352463

  • ダウンロードサイズ: 1.2 MB

  • 必要ディスク容量: 14 MB (テスト実施はさらに 16 MB)

  • 概算ビルド時間: 0.1 SBU 以下 (テスト実施時はさらに 0.5 SBU)

libuv の依存パッケージ

任意

sphinx-7.2.6

libuv のインストール

以下のコマンドを実行して libuv をビルドします。

[注意]

注意

The sh autogen.sh command below fails if the ACLOCAL environment variable is set as specified in Xorg-7. If it is used, ACLOCAL needs to be unset for this package and then reset for other packages.

sh autogen.sh                              &&
./configure --prefix=/usr --disable-static &&
make 

If you installed the optional sphinx-7.2.6 python module, create the man page:

make man -C docs

ビルド結果をテストする場合は、非 root ユーザーになって make check を実行します。

root ユーザーになって以下を実行します。

make install

If you built the man page, install it as the root user:

install -Dm644 docs/build/man/libuv.1 /usr/share/man/man1

パッケージ構成

インストールプログラム: なし
インストールライブラリ: libuv.so
インストールディレクトリ: /usr/include/uv

概略説明

libuv.so

contains API functions for asynchronous I/O operations