Skip to content

pow-co/cpp-app-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published