Skip to content
This repository has been archived by the owner on Apr 17, 2023. It is now read-only.

Latest commit

 

History

History
14 lines (9 loc) · 537 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 537 Bytes

boost-asio-examples

Source code for examples from article What is Boost.Asio, and why we should use it. Examples are provided as-is, and just for illustration. Repository isn't maintained and left just for illustration!

Source code requires Boost >= 1.42 & CMake >= 2.6. Use following commands to configure & build examples:

mkdir build
cd build
cmake ..
make

This work is licensed under a Creative Commons Attribution 3.0 Unported License.