Contents
Installed Programs:
None
Installed Libraries:
None
Installed Directories:
/usr/include/asio
The asio package provides a C++ library for ASynchronous I/O networking.
Download (HTTP): https://github.com/chriskohlhoff/asio/archive/asio-1-34-2.tar.gz
Install asio by running the following commands:
cd asio && autoreconf -fi && ./configure --prefix=/usr && make
Now, as the root
user:
make install