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.1 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.34.2/libuv-v1.34.2.tar.gz
Download MD5 sum: a10243f691f7707f1d903d80e347b549
Download size: 1.2 MB
Estimated disk space required: 24 MB (with tests)
Estimated build time: 0.6 SBU (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-02-15 08:54:30 -0800