Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 732 Bytes

readme.md

File metadata and controls

17 lines (15 loc) · 732 Bytes

cpp-dev-env

Bootstrapper for a container-based C++ development environment.

Usage

  1. Make sure you have docker and VSCode extension for Remote Development installed.
  2. Clone this repository, open VSCode inside it and click on Remote Explorer icon.
  3. From dropdown, choose container, click on + and choose Open Current Folder in Container.
  4. After the container is ready, build the sample project which uses boost.
cd /home/exp && mkdir -p cmake/build && cd cmake/build && cmake ../.. && make
./exp