libuv-1.22.0

Introduction to libuv

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.

Package Information

User Notes: http://wiki.linuxfromscratch.org/blfs/wiki/libuv

Installation of 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

Contents

Installed Programs: None
Installed Library: libuv.so
Installed Directories: None

Last updated on 2018-08-14 19:28:50 -0700