OpenCamLib: Difference between revisions

From FreeCAD Documentation
(add prerequisites - this probably needs clarification)
m (clarify when it is required)
Line 1: Line 1:


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


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.

Revision as of 23:57, 5 June 2019

OpenCamLib is an open source library aiming to provide computer aided manufacturing (CAM) algorithms used in the experimental 3D Surface Path Workbench operation.

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: