-
Notifications
You must be signed in to change notification settings - Fork 30
Home
eyal0 edited this page May 1, 2017
·
1 revision
Welcome to the OctoPrint-Slic3r wiki!
Latest Slic3r PE version use the libboost version 1.64.xx.
libboost armhf today(2019.01.01) available only 1.62.0.1. Build unavailable on RPI platform.
NOTE: YOU CAN build the boost library from source. Uninstall your current library by doing the following:
dpkg -S /usr/include/boost/version.hpp # will let you know what package to remove
sudo apt-get autoremove libboost1.62-dev # this is what you are likely to have installed, but do above to be sure
wget https://dl.bintray.com/boostorg/release/1.66.0/source/boost_1_66_0.tar.bz2
tar xf boost_1_66_0.tar.bz2
cd boost_1_66_0
./bootstrap.sh
sudo ./b2 install # NOTE: THIS WILL TAKE A LONG TIME ON THE rPI!
Now you SHOULD be ready to build Slic3r. One final note: you will need to perform step 1 before you do this. So make sure you have increased your swap space.