A C++ standard library proposal based on Asio.
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.