mkdir build/conan
cd build/conan
conan install ../..
# to use a custom conan profile, use this command and build the libraries
# conan install ../.. -pr=[your profile name] --build=missing
# don't forget to return to the project folder
cd ../..premake5 vs2019msbuild gcode_tool.slnmsbuild .\gcode_tool.sln -p:Configuration=Release.\bin\Debug\gcode_tool.exe.\bin\Release\gcode_tool.exeThis step requires the Clang Power Tools extension for Visual Studio as well as this script for it, which is already included here.
./clang-build -export-jsondb