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-11.0 platform.
Download (HTTP): https://dist.libuv.org/dist/v1.42.0/libuv-v1.42.0.tar.gz
Download MD5 sum: 484dec4a06e183c20be815019ce9ddd0
Download size: 1.2 MB
Estimated disk space required: 13 MB (add 12 MB for tests)
Estimated build time: less than 0.1 SBU (Using parallelism=4; add 0.5 SBU for tests)
User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libuv
Install libuv by running the following commands:
The sh autogen.sh command below fails if the ACLOCAL environment variable is set as specified in Xorg-7. If it is used, ACLOCAL needs to be unset for this package and then reset for other packages.
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