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-8.4 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.26.0/libuv-v1.26.0.tar.gz
Download MD5 sum: 3d0537a24f79e6c89333de949f8bfe84
Download size: 1.1 MB
Estimated disk space required: 13 MB (add 11 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-02-15 13:01:29 -0800