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:
authorsupermerill <merill@free.fr>2020-10-18 04:50:08 +0300
committersupermerill <merill@free.fr>2020-10-18 04:50:08 +0300
commit3aaedd671bb7ad094452b60e6f17783595729cad (patch)
tree8ec27553679b565520a9b8764fe3551380e99cd7 /doc
parent6fdd615b6efb3bdedd0d97282999c741eabc0f00 (diff)
parentbb79966ddb15b7921bfd808c89612d393b5cafa5 (diff)
Merge remote-tracking branch 'remotes/prusa/master' into dev
note: layer time is not working, chronology need formatting, temperature ok.
Diffstat (limited to 'doc')
-rw-r--r--doc/How to build - Linux et al.md4
-rw-r--r--doc/How to build - Windows.md4
2 files changed, 6 insertions, 2 deletions
diff --git a/doc/How to build - Linux et al.md b/doc/How to build - Linux et al.md
index eafcee1ed..eaffb3dbd 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 SuperSlicer 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 SuperSlicer builds the release variant.
diff --git a/doc/How to build - Windows.md b/doc/How to build - Windows.md
index 36a0ab277..84a215f54 100644
--- a/doc/How to build - Windows.md
+++ b/doc/How to build - Windows.md
@@ -126,11 +126,11 @@ intermediate files, which are not handled correctly by either `b2.exe` or possib
# Noob guide (step by step)
Install Visual Studio Community 2019 from
-visualstudio.microsoft.com/vs/
+[visualstudio.microsoft.com/vs/](https://visualstudio.microsoft.com/vs/)
Select all workload options for C++
Install git for Windows from
-gitforwindows.org
+[gitforwindows.org](https://gitforwindows.org/)
download and run the exe accepting all defaults
download PrusaSlicer-master.zip from github