asio-tr2
asio-tr2 copied to clipboard
C++ TR2 proposal based on Asio
Networking Library Proposal
A C++ standard library proposal based on Asio.
How to generate the documentation
-
Bootstrap Boost.
cd /path/to/boost ./bootstrap.sh
-
Set up BoostBook.
cd /path/to/boost cd tools/boostbook ./setup_boostbook.sh
-
Build Boost.Quickbook.
cd /path/to/boost cd tools/quickbook ../../b2
-
Set the
BOOST_ROOT
environment variable.export BOOST_ROOT=/path/to/boost
-
Change to the
doc
directory.cd /path/to/asio-tr2 cd doc
-
Build the docs.
$BOOST_ROOT/b2
The generated html goes into a subdirectory named html.