Skip to content

Bootstrapper for a container-based C++ development environment to be used with VSCode

Notifications You must be signed in to change notification settings

ashutshkumr/cpp-dev-env

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Bootstrapper for a container-based C++ development environment to be used with VSCode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published