Environment Setup

You can compile and run your c++ app through different ways. Having c++ compiler such as gcc is something you cannot avoid, however choosing a build tool such as make, cmake or … is based on your personal or your team decision. As a java developer who has always used a package manager like maven and gradle, I am very used to package managers; And I found conan package manager very convenient for c++.

Leave a Reply