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.3 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.22.0/libuv-v1.22.0.tar.gz
Download MD5 sum: 02ddfadb2a061618e87018a4e84610c0
Download size: 1.1 MB
Estimated disk space required: 12 MB (add 10 MB for tests)
Estimated build time: 0.1 SBU (add 1.2 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
To execute the test suite, run make check.
Now, as the root
user:
make install
Last updated on 2018-08-14 19:28:50 -0700