From 01a50cb17edfc2363d4d52a07389e0ee4ffd15c5 Mon Sep 17 00:00:00 2001 From: torvn77 Date: Wed, 17 Feb 2016 13:51:32 +0300 Subject: [PATCH] Updated Using BlenderCAM with OpenCAMLib (markdown) --- Using-BlenderCAM-with-OpenCAMLib.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Using-BlenderCAM-with-OpenCAMLib.md b/Using-BlenderCAM-with-OpenCAMLib.md index 1ebe3b9..ae67b57 100644 --- a/Using-BlenderCAM-with-OpenCAMLib.md +++ b/Using-BlenderCAM-with-OpenCAMLib.md @@ -6,7 +6,10 @@ Building from source on Debian GNU/Linux (probably also Ubuntu): Install dependecies: - sudo aptitude install libboost-dev libomp-dev libpython-dev python-dev python-vtk6 g++ cmake blender python3-numpy python3-shapely git libboost-python-dev + sudo aptitude install libboost-dev libomp-dev libpython-dev python-dev python-vtk6 g++ cmake blender python3-numpy python3-shapely git libboost-python-dev + +Install optional dependencies: +apt install amd64-microcode intel-microcode cmake-gui For Debian Jessie you have to replace libomp-dev with libiomp-dev (libomp-dev is not in stable yet)