mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-13 06:29:01 +08:00
Fixed the reports given by the build process if BOOST or TBB libraries
were not found. https://github.com/prusa3d/Slic3r/issues/177
This commit is contained in:
parent
8e28bd36a2
commit
56f845f3c1
@ -187,7 +187,7 @@ path through the BOOST_DIR environment variable:
|
||||
|
||||
BOOST_DIR=/path/to/boost perl Build.PL
|
||||
|
||||
Or you may specify BOOST_INCLUDEPATH and BOOST_LIBRARYPATH separatly, which
|
||||
Or you may specify BOOST_INCLUDEDIR and BOOST_LIBRARYDIR separatly, which
|
||||
is handy, if you have built Boost libraries with mutliple settings.
|
||||
|
||||
EOF
|
||||
@ -292,7 +292,7 @@ through the TBB_DIR environment variable:
|
||||
|
||||
TBB_DIR=/path/to/TBB perl Build.PL
|
||||
|
||||
Or you may specify TBB_INCLUDEPATH and TBB_LIBRARYPATH separatly, which
|
||||
Or you may specify TBB_INCLUDEDIR and TBB_LIBRARYDIR separatly, which
|
||||
is handy, if you have built the Thread Building Blocks libraries with mutliple settings.
|
||||
|
||||
EOF
|
||||
|
Loading…
x
Reference in New Issue
Block a user