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

github.com/supermerill/SuperSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGiles Bathgate <gilesbathgate@gmail.com>2020-09-07 21:03:12 +0300
committerGitHub <noreply@github.com>2020-09-07 21:03:12 +0300
commitc2ba096d062a5978b149c510e7537cf1c596778e (patch)
tree84ee1692950a99e290a1841e62b0d056642981f9 /doc
parent8579184d70568d2850125c557a6d35b2551a49e6 (diff)
Document the additional cmake flag
Document the additional cmake flag needed for compilation on ubuntu 20.04 focal
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index 9206ae1ed..a8f2441be 100644
--- a/doc/How to build - Linux et al.md
+++ b/doc/How to build - Linux et al.md
@@ -56,6 +56,10 @@ This is done by passing this option to CMake:
Note that PrusaSlicer is tested with wxWidgets 3.0 somewhat sporadically and so there may be bugs in bleeding edge releases.
+When building on ubuntu 20.04 focal fossa, the package libwxgtk3.0-gtk3-dev needs to be installed instead of libwxgtk3.0-dev and you should use:
+
+ -DSLIC3R_WX_STABLE=1 -DSLIC3R_GTK=3
+
### Build variant
By default PrusaSlicer builds the release variant.