asio-1-34-2

Introduction to asio

The asio package provides a C++ library for ASynchronous I/O networking.

asio Dependencies

Required

boost

Installation of asio

Install asio by running the following commands:

cd asio &&
autoreconf -fi &&
./configure --prefix=/usr &&
make

Now, as the root user:

make install

Contents

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