Contents
Installed Programs:
None
Installed Libraries:
None
Installed Directories:
/usr/include/asio
The asio package provides a C++ header-only library for ASynchronous I/O networking that can optionally use the Boost namespace.
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/