Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/deps
diff options
context:
space:
mode:
authorVojtech Kral <vojtech@kral.hk>2019-01-07 18:28:57 +0300
committerVojtech Kral <vojtech@kral.hk>2019-01-07 19:25:12 +0300
commitf013972d8b2d794cfde39170259d76603b616c76 (patch)
tree6e5bc41ddea18b829d196c4b1c177c98f2da8bab /deps
parent00c9d1f1847e571097c2a79a9ce0de0e458dbc7d (diff)
doc: Add build tutorial for Unix/Linux
Diffstat (limited to 'deps')
-rw-r--r--deps/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/CMakeLists.txt b/deps/CMakeLists.txt
index 8f98e0bda..1b23c5864 100644
--- a/deps/CMakeLists.txt
+++ b/deps/CMakeLists.txt
@@ -6,6 +6,7 @@
# All the dependencies are installed in a `destdir` directory in the root of the build directory,
# in a traditional Unix-style prefix structure. The destdir can be used directly by CMake
# when building Slic3r - to do this, set the CMAKE_PREFIX_PATH to ${destdir}/usr/local.
+# Warning: On UNIX/Linux, you also need to set -DSLIC3R_STATIC=1 when building Slic3r.
#
# For better clarity of console output, it's recommended to _not_ use a parallelized build
# for the top-level command, ie. use `make -j 1` or `ninja -j 1` to force single-threaded top-level