asio-1-38-0

Introduction to asio

The asio package provides a C++ header-only library for ASynchronous I/O networking that can optionally use the Boost namespace.

asio Dependencies

Optional

boost

Installation of asio

Install asio by running the following commands:

autoreconf -fi &&
./configure --prefix=/usr

To test the results, issue: make check

Now, as the root user:

make -C include install &&
install -vDm644 asio.pc -t /usr/share/pkgconfig/

Contents

Installed Programs: None
Installed Libraries: None
Installed Directories: /usr/include/asio