We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This tutorial assumes you already have installed:
git clone https://github.com/Heeks/libarea.git git clone https://github.com/Heeks/heekscad.git git clone https://github.com/Heeks/heekscnc.git
cd libarea mkdir build cd build cmake .. make sudo make install cd ../..
cd heekscad mkdir build cd build cmake .. make sudo make install cd ../..
cd heekscnc mkdir build cd build cmake .. make sudo make install cd ../..