Contents
Installed Programs:
None
Installed Libraries:
None
Installed Directories:
/usr/include/asio
The asio package provides a C++ library for ASynchronous I/O networking.
Install asio by running the following commands:
cd asio && autoreconf -fi && ./configure --prefix=/usr && make
Now, as the root
user:
make install