libuv-1.19.1

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.2 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-02-17 19:25:06 -0800