chriskohlhoff / asio-tr2

C++ TR2 proposal based on Asio
17 stars 5 forks source link

Networking Library Proposal

A C++ standard library proposal based on Asio.

Latest draft

How to generate the documentation

  1. Bootstrap Boost.

    cd /path/to/boost ./bootstrap.sh

  2. Set up BoostBook.

    cd /path/to/boost cd tools/boostbook ./setup_boostbook.sh

  3. Build Boost.Quickbook.

    cd /path/to/boost cd tools/quickbook ../../b2

  4. Set the BOOST_ROOT environment variable.

    export BOOST_ROOT=/path/to/boost

  5. Change to the doc directory.

    cd /path/to/asio-tr2 cd doc

  6. Build the docs.

    $BOOST_ROOT/b2

The generated html goes into a subdirectory named html.