-
Notifications
You must be signed in to change notification settings - Fork 45
Build Under Linux
Romuald Conty edited this page Apr 5, 2017
·
1 revision
This tutorial assumes you already have installed:
- python
- wxWidgets (2.8 or 3.0)
- OpenCASCADE or OCE (OpenCASCADE Community Edition)
- OpenCAMLib (OCL)
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 ../..