-
Notifications
You must be signed in to change notification settings - Fork 45
Build Debian Packages
Romuald Conty edited this page Jun 14, 2020
·
22 revisions
HeeksCNC requires HeeksCAD, please follow instructions to build Debian packages for HeeksCAD
sudo apt-get install git bzr libboost-dev
git clone https://github.com/Heeks/heekscnc.git
cd heekscnc
dpkg-buildpackage -b -us -uc
cd ..
This will produces 1 package: heekscnc.
Be sure that python-area package from libarea is correctly installed.
Then you have to build and install Debian packages of OpenCAMlib.
git clone https://github.com/aewallin/opencamlib.git
cd opencamlib
git clone https://git.launchpad.net/~neomilium/opencamlib/+git/packaging debian
dpkg-buildpackage -b -us -uc
cd ..
sudo dpkg -i python-ocl*.deb
sudo dpkg -i heekscnc*.deb
heekscad