summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMorten Johan Sørvig <morten.sorvig@qt.io>2020-03-30 22:56:23 +0200
committerAndy Shaw <andy.shaw@qt.io>2020-08-03 07:20:34 +0000
commit9c83b672f144fc5b099ad28f5f170b2801e86b2d (patch)
tree22d673d6e8941f6fb2467f6a4df24bb5ac1d6695
parent21083c44075c2289f1593b6932d390e9f2383392 (diff)
downloadqtdoc-9c83b672f144fc5b099ad28f5f170b2801e86b2d.tar.gz
Update emsdk install example
The emsdk version naming scheme has changed; use a current version instead of and old version. Fixes: QTBUG-84396 Change-Id: Id51ed7e1d87594dcff063b33ca85727ad46ccb9a Reviewed-by: Paul Wicking <paul.wicking@qt.io> (cherry picked from commit 14b0181bfb07a8b70fd1d705ea4499d0081da731) Reviewed-by: Morten Johan Sørvig <morten.sorvig@qt.io>
-rw-r--r--doc/src/platforms/webasm.qdoc6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/platforms/webasm.qdoc b/doc/src/platforms/webasm.qdoc
index 75351729..ce8b9c68 100644
--- a/doc/src/platforms/webasm.qdoc
+++ b/doc/src/platforms/webasm.qdoc
@@ -71,10 +71,10 @@ The known-good versions are:
\endlist
Use \c emsdk to install specific \c emscripten versions. For example, to install
-it for Qt 5.13, enter:
+it for Qt 5.15, enter:
\list
- \li ./emsdk install sdk-fastcomp-1.38.27-64bit
- \li ./emsdk activate sdk-fastcomp-1.38.27-64bit
+ \li ./emsdk install 1.39.8
+ \li ./emsdk activate --embedded 1.39.8
\endlist
After installation, you should have emscripten in your path. Check this with the following command: