Skip to content

RefusesNames/gcode_tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Configure

Install libaries

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 ../..

Create solution files

premake5 vs2019

Build

Debug

msbuild gcode_tool.sln

Release

msbuild .\gcode_tool.sln -p:Configuration=Release

Run

Debug

.\bin\Debug\gcode_tool.exe

Release

.\bin\Release\gcode_tool.exe

Generate compilation database

This 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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published