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 をビルドします。
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