/meet-boost-interprocess

Some examples of Boost.Interprocess usage made for lighting talk.

Primary LanguageC++

Meet Boost.Interprocess

Some examples of Boost.Interprocess usage made for in company lighting talk.

Requirements

Install Boost. On Windows or Unix.

Setup and build

cmake -S . -B build -G Ninja
ninja -C build

Run examples

ninja -C build run-<example_name>