Hello Mahmoud
Following instructions in Ring Document Chapter 51 -- see below
I already had a QT installed
QT 5.15.2 MSVC2019 32bit
Ran: emsdk install 1.39.8
After install finished ( please add this line to the documentation)
C:\Qt\Tools\QtCreator\bin\qtcreator.exe
Can Not find "Options" ??
Select Tools > Options > Devices > WebAssembly
Do I have to delete everything -- QT and EMSDK and start over ?
===========================
On Windows
Locate the Executable If installed via the Qt Online Installer, the default path is: C:\Qt\Tools\QtCreator\bin\qtcreator.exe
Navigate to this directory or add it to your system's PATH for easier access.
Run from Command Line Open Command Prompt and execute:
C:\Qt\Tools\QtCreator\bin\qtcreator.exe
===========================
C:\Users\bert_>cd c:\\ring
c:\ring>
git clone https://github.com/emscripten-core/emsdk.gitCloning into 'emsdk'...
remote: Enumerating objects: 5022, done.
remote: Counting objects: 100% (41/41), done.
remote: Compressing objects: 100% (33/33), done.
remote: Total 5022 (delta 22), reused 9 (delta 8), pack-reused 4981 (from 3) Receiving objects: 100% (5022/5022), 2.86 MiB | 1.50 MiB/s, done.
Resolving deltas: 100% (3320/3320), done.
c:\ring>
cd emsdkc:\ring\emsdk>
emsdk install 1.39.8Resolving SDK version '1.39.8' to 'sdk-releases-
....
Done installing SDK 'sdk-releases-9e60f34accb4627d7358223862a7e74291886ab6-64bit'.
c:\ring\emsdk>emsdk activate --embedded 1.39.8
embedded mode is now the only mode available
Resolving SDK version '1.39.8' to 'sdk-releases-
......
c:\ring\emsdk>em++ --version
Traceback (most recent call last):
File "C:\ring\emsdk\upstream\emscripten\emcc.py", line 42, in <module>
import emscripten
File "C:\ring\emsdk\upstream\emscripten\emscripten.py", line 24, in <module>
from tools import shared
File "C:\ring\emsdk\upstream\emscripten\tools\shared.py", line 8, in <module>
from distutils.spawn import find_executable
ModuleNotFoundError: No module named 'distutils'
c:\ring\emsdk>