Skip to content

chriskohlhoff/asio-tr2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

C++ TR2 proposal based on Asio

Resources

Stars

Watchers

Forks

Packages

No packages published