Documented the boost libraries required by Slic3r Prusa Edition
https://github.com/prusa3d/Slic3r/issues/88
This commit is contained in:
parent
b7d3ed26c6
commit
53832aff24
@ -193,6 +193,11 @@ path through the BOOST_DIR environment variable:
|
|||||||
Or you may specify BOOST_INCLUDEDIR and BOOST_LIBRARYDIR separatly, which
|
Or you may specify BOOST_INCLUDEDIR and BOOST_LIBRARYDIR separatly, which
|
||||||
is handy, if you have built Boost libraries with mutliple settings.
|
is handy, if you have built Boost libraries with mutliple settings.
|
||||||
|
|
||||||
|
Following boost libraries are needed by Slic3r Prusa Edition: system, filesystem, thread, log.
|
||||||
|
|
||||||
|
On Debian, you need to run
|
||||||
|
sudo apt-get install libboost-thread-dev libboost-system-dev libboost-filesystem-dev libboost-log-dev
|
||||||
|
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
# Search for the Intel Thread Building Blocks.
|
# Search for the Intel Thread Building Blocks.
|
||||||
|
Loading…
Reference in New Issue
Block a user