mirror of https://github.com/qt/qtdoc.git
Doc: update emscripten SDK package name
Fixes: QTBUG-80798 Change-Id: Ie13880e05de8f497b716f77269d9221b38590ef4 Reviewed-by: Lorn Potter <lorn.potter@gmail.com>
This commit is contained in:
parent
804ed6af30
commit
4dae523c35
|
|
@ -66,13 +66,14 @@ The known-good versions are:
|
||||||
\list
|
\list
|
||||||
\li Qt 5.12: 1.38.16
|
\li Qt 5.12: 1.38.16
|
||||||
\li Qt 5.13: 1.38.27 (multithreading: 1.38.30)
|
\li Qt 5.13: 1.38.27 (multithreading: 1.38.30)
|
||||||
|
\li Qt 5.14: 1.38.27 (multithreading: 1.38.30)
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
Use \c emsdk to install specific \c emscripten versions. For example, to install
|
Use \c emsdk to install specific \c emscripten versions. For example, to install
|
||||||
it for Qt 5.13, enter:
|
it for Qt 5.13, enter:
|
||||||
\list
|
\list
|
||||||
\li ./emsdk install sdk-1.38.27-64bit
|
\li ./emsdk install sdk-fastcomp-1.38.27-64bit
|
||||||
\li ./emsdk activate --embedded sdk-1.38.27-64bit
|
\li ./emsdk activate --embedded sdk-fastcomp-1.38.27-64bit
|
||||||
\endlist
|
\endlist
|
||||||
|
|
||||||
The \c --embedded option is useful if you want to install multiple versions of the SDK.
|
The \c --embedded option is useful if you want to install multiple versions of the SDK.
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue