TheTechSurgeon / cpp-conan-helloworld

Uses VSCode devcontainers so you don't have to install junk on your machine. Ready to run, clean, isolated scripts to build Conan package (moves everything to a build folder, than polluting the source folder like most other scripts)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

C++ Conan hello world example

Build steps to follow:

Open a terminal using VSCode devcontainers

./build.sh

How to use it

Read the build.sh it should pretty much explain everything

Pre requisites

If you have never used devcontainers in VSCode, it's AMAZING, you can develop code on your machine without installing it's SDK as long as you have Docker on your machine.

You need to have VSCode on your computer, Docker on your computer, and the Dev Containers plugin installed on your VS Code.

About

Uses VSCode devcontainers so you don't have to install junk on your machine. Ready to run, clean, isolated scripts to build Conan package (moves everything to a build folder, than polluting the source folder like most other scripts)


Languages

Language:Shell 32.8%Language:C++ 28.8%Language:Dockerfile 26.3%Language:CMake 12.1%