Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 550 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 550 Bytes

Cpp Starter Template

Build natively

We use the following technologies:

  • c++ 20
  • gcc 11
  • cmake
  • conan

If you cannot support any of them, try building with docker.

conan install . --build=missing
conan build .

Build with Docker

First, make sure docker is in. If you are on Linux, be sure to follow the docker post install instructions. Once docker is all ready, build with

docker build .