From 2d5b818b2df878024f54242f125e949c5ff5a3dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Peter=20Ro=C3=9F?= <47773180+P-C-R@users.noreply.github.com> Date: Mon, 20 Dec 2021 10:44:40 +0100 Subject: [PATCH] Update How to build - Linux et al.md (#7540) --- doc/How to build - Linux et al.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md index d0e3056f2..70cbe278e 100644 --- a/doc/How to build - Linux et al.md +++ b/doc/How to build - Linux et al.md @@ -87,6 +87,7 @@ And that's it. It is now possible to run the freshly built PrusaSlicer binary: - `-DSLIC3R_STATIC=ON` for static build (defaults to `OFF`) - `-DSLIC3R_WX_STABLE=ON` to look for wxWidgets 3.0 (defaults to `OFF`) - `-DCMAKE_BUILD_TYPE=Debug` to build in debug mode (defaults to `Release`) +- `-DSLIC3R_GUI=no` to build the console variant of PrusaSlicer See the CMake files to get the complete list.