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-10.0 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.38.1/libuv-v1.38.1.tar.gz
Download MD5 sum: 44e400ca3974a046b977f41e18c44142
Download size: 1.2 MB
Estimated disk space required: 25 MB (with tests)
Estimated build time: 0.5 SBU (Using parallelism=4; with 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 2020-08-16 13:56:58 -0700