The libuv package is a multi-platform support library with a focus on asynchronous I/O.
This package is known to build and work properly using an LFS-9.0 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.31.0/libuv-v1.31.0.tar.gz
Download MD5 sum: 54bf343151ee2ee2d3d4befc2ca4f840
Download size: 1.2 MB
Estimated disk space required: 12 MB (add 12 MB for tests)
Estimated build time: 0.1 SBU (add 0.4 SBU for tests)
User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libuv
Install libuv by running the following commands:
sh autogen.sh && ./configure --prefix=/usr --disable-static && make
If you want to run the tests, run: make check.
Now, as the root
user:
make install
Last updated on 2019-08-16 15:28:01 -0700