We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Point out prebuilt Slic3r packages in the apt repo
Syntax correction of comments in 3.3 compile Slic3r
I got an Error message when came got called, that it can't find the wxWidgets and that this option might help. So far it worked for me to get the compiling running.
Expriments show `make -j2` already consumes 1300MB+ of swap memory on certain situations. So this is enough.
Tune `make -j4` (from 8) to reduce memory consumption and increase compile time.
FIX: "Could not find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR)" during build. libcurl4-openssl-dev package dependency required.
cmake command. Added troubleshooting
Using the latest version of stretch, the CMakeFile.txt is not in the Slic3r/, but in Slic3r/src. Maybe it's valid for others too.
Fixed formatting problems introduced by my last edit
Added steps that were necessary to successfully compile Slic3r for Raspbian Stretch and differences, and changed logical flow of the script in 3.2, as the original version skips creating the TBB_DIR and downloading the packages unless TBB_DIR already exists on the filesystem.
Add -j8 to make, to speed things up a bit.
rm -rf directories before building into them
Update latest working version of prusa build
Typo
Updated How to install Slic3r on RPi (markdown)
Need a space after -i in sed
Fix the code blocks formatting
compile using all de CPU available
directly replace the value instead of editing the file
update instructions for new versions that use a build directory.
remove old tbb before starting tbb
use --sudo for perl because otherwise you need to do the cpan line for each run
Add instructions for latest working version and also use local lib with less sudo
You need to press y after the apt-get command for the rest to work.