doc: Add build tutorial for Unix/Linux

This commit is contained in:
Vojtech Kral 2019-01-07 16:28:57 +01:00
parent 00c9d1f184
commit f013972d8b
2 changed files with 67 additions and 0 deletions

1
deps/CMakeLists.txt vendored
View file

@ -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