OpenCamLib: Difference between revisions

From FreeCAD Documentation
(A stub)
 
(add prerequisites - this probably needs clarification)
Line 3: Line 3:


The repository is [https://github.com/aewallin/opencamlib here] and contains basic installation instructions.
The repository is [https://github.com/aewallin/opencamlib here] and contains basic installation instructions.

Before beginning installation, or during the intallation process, you will probably find you need to install some additional packages:

For example:

sudo apt install cmake
sudo apt install libboost-program-options-dev
sudo apt-get install doxygen
sudo apt-get install texlive-full



In case you run into difficulties, you may find additional help at these forum posts:
In case you run into difficulties, you may find additional help at these forum posts:

Revision as of 23:53, 5 June 2019

OpenCamLib is an open source library aiming to provide computer aided manufacturing (CAM) algorithms used in experimental Path Workbench features.

The repository is here and contains basic installation instructions.

Before beginning installation, or during the intallation process, you will probably find you need to install some additional packages:

For example:

   sudo apt install cmake
   sudo apt install libboost-program-options-dev
   sudo apt-get install doxygen
   sudo apt-get install texlive-full


In case you run into difficulties, you may find additional help at these forum posts: