Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/johnbasrai/asio-tutorial

Using Boost ASIO with modern C++
https://github.com/johnbasrai/asio-tutorial

asio boost cmake conan modern-cpp

Last synced: 4 days ago
JSON representation

Using Boost ASIO with modern C++

Awesome Lists containing this project

README

        

# asio-tutorial
Using Boost Asio with modern C++. A brief high level introduction to boost asio.

## Building
Using image `ubuntu:latest` from github (See `.github/workflows/cmake.yml`)

```
$ sudo apt-get install -y cmake pip && pip install 'conan<2.0'
$ mkdir -p build && cd build && conan install ..
$ cmake ..
$ make -j4
```