From 243e4107a30167189f31af5fc1ec59b1e3cdd594 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gina=20H=C3=A4u=C3=9Fge?= Date: Fri, 14 Oct 2016 14:35:22 +0200 Subject: [PATCH] Docs: Update cura_engine binary + compiling instructions for jessie --- docs/bundledplugins/cura.rst | 26 +++++++++++++++++++------- 1 file changed, 19 insertions(+), 7 deletions(-) diff --git a/docs/bundledplugins/cura.rst b/docs/bundledplugins/cura.rst index 7f216ded..30370e5b 100644 --- a/docs/bundledplugins/cura.rst +++ b/docs/bundledplugins/cura.rst @@ -57,19 +57,31 @@ path to that in the plugin settings. Compiling for Raspbian ++++++++++++++++++++++ -.. todo:: - - Provide updated binary, verify if makefile patch can finally be dumped on Raspbian - Jessie. - .. note:: - A binary of CuraEngine 14.12 precompiled on Raspbian 2015-01-31 is available - `here `_. Don't forget to make it + A binary of CuraEngine 15.04.06 precompiled on Raspbian Jessie Lite 2016-03-18 is available + `here `_. Don't forget to make it executable after copying it to your preferred destination on your Pi (suggestion: ``/usr/local/bin``) with ``chmod +x cura_engine``. Use at your own risk. +Raspbian Jessie +~~~~~~~~~~~~~~~ + +Building on Raspbian Jessie is as easy as:: + + sudo apt-get -y install gcc-4.7 g++-4.7 + git clone -b legacy https://github.com/Ultimaker/CuraEngine.git + cd CuraEngine + make + +After this has completed, you'll find your shiny new build of CuraEngine in +the `build` folder (full path for above example: +``~/CuraEngine/build/CuraEngine``). + +Raspbian Wheezy +~~~~~~~~~~~~~~~ + You'll need to install a new version of gcc and g++ and patch CuraEngine's Makefile (see `this post `_) in order for the compilation to work on current Raspbian builds (e.g. OctoPi)::