I know but it's just like keeping a window of another application open while we multitask… While packages were being installed on Ubuntu,I was still able to work on Windows simultaneously. I wish there was an easier way. If you find out, let me know please.
Here are the instructions https://docs.microsoft.com/en-us/windows/wsl/install-win10 You can give it a try and let me know. On Tuesday, August 6, 2019 at 10:26:17 AM UTC-4, Jeff Roberts wrote: > > I'm not sure I would classify installing an entirely new operating system > under my operating system just to install something a "workaround"... > > On Tuesday, August 6, 2019 at 4:06:37 AM UTC-7, Kavita Krishnaswamy wrote: >> >> I had the same issues and the only workaround is using Ubuntu with WSL on >> the Windows 10. Then you just follow the commands >> >> git clone https://github.com/juj/emsdk >> cd emsdk >> emsdk install sdk-incoming-64bit binaryen-master-64bit >> emsdk activate sdk-incoming-64bit binaryen-master-64bit >> source ./emsdk_env.sh >> echo ${EMSCRIPTEN} >> >> On Monday, August 5, 2019 at 4:14:51 PM UTC-4, Jeff Roberts wrote: >>> >>> > emsdk.bat install latest >>> >>> Fetching emscripten-releases repository... >>> Cloning into 'C:/devel/libs/em/releases'... >>> remote: Total 3107 (delta 919), reused 3107 (delta 919) >>> Receiving objects: 100% (3107/3107), 1.52 MiB | 4.65 MiB/s, done. >>> Resolving deltas: 100% (919/919), done. >>> Fetching latest changes to the branch 'master' for >>> 'C:/devel/libs/em/releases'... >>> Already up to date. >>> Successfully updated and checked out branch 'master' on repository >>> 'C:/devel/libs/em/releases' >>> Current repository version: >>> Fetching all precompiled tagged releases.. >>> Downloading: C:/devel/libs/em/llvm-tags-32bit.txt from >>> https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/win_32bit/index.txt >>> Downloading: C:/devel/libs/em/llvm-tags-64bit.txt from >>> https://s3.amazonaws.com/mozilla-games/emscripten/packages/llvm/tag/win_64bit/index.txt, >>> >>> 2435 Bytes >>> Error: No tool or SDK found by name >>> 'sdk-releases-fastcomp-7b4b328af02eafbc857b8ca1e3d9b12dddc56ef7-64bit'. >>> >>> Rather not have to build everything - any suggestions? >>> >>> -- You received this message because you are subscribed to the Google Groups "emscripten-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/emscripten-discuss/d7c18811-f06f-4264-bf04-2a84e9b65db8%40googlegroups.com.
