-
Notifications
You must be signed in to change notification settings - Fork 3
Building HeeksCAM for Ubuntu
danheeks edited this page Mar 17, 2016
·
2 revisions
This is a work in progress. I am not so familiar with Ubuntu software development, so I have copied these instructions from the heekscad and heekscnc projects and am trying to get them to work for HeeksCAM.
If you want a fully translated version:
sudo apt-get install wx2.8-i18n
sudo apt-get install git build-essential debhelper cmake libboost-python-dev liboce-visualization-dev libwxgtk2.8-dev libgtkglext1-dev python-dev
## Fetch sources ##
git clone https://github.com/danheeks/heekscam.git
cd heekscam
## Build packages ##
dpkg-buildpackage -b -us -uc
## Install packages ##
cd .. sudo dpkg -i heeks.deb