libuv-1.26.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.4 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 

If you want to run the tests, run: make check.

Now, as the root user:

make install

Contents

Installed Programs: None
Installed Library: libuv.so
Installed Directory: /usr/include/uv

Short Descriptions

libuv.so

contains API functions for asynchronous I/O operations

Last updated on 2019-02-15 13:01:29 -0800