Ok so now we can get prebuilt binaries, yay! :)

git clone https://github.com/juj/emsdk.git
cd emsdk
emsdk update-tags
emsdk install sdk-1.37.9-64bit

Thought this doesn't seem to install binaryen? Still have to pass 
binaryen-tag-1.37.9-64bit to get it to install from source.. ?

Thanks!


On Wednesday, April 19, 2017 at 10:35:03 AM UTC-4, jj wrote:
>
> Thanks to everyone for all the reports. Looks like the new build system is 
> working pretty well, with a few fixes we should be able to roll over to 
> that for the future releases!
>
> 2017-04-19 17:24 GMT+03:00 Jukka Jylänki <juj...@gmail.com <javascript:>>:
>
>> Yeah, emsdk activate --global will need administrator settings, since it 
>> permanently sets the PATHs to registry. With respect to setting PATH 
>> entries, Emscripten or emsdk neither actually need any tools set up in 
>> PATH, but internally they read the .emscripten file. So you don't need to 
>> set any specific PATH directories to appease Emscripten, but the PATH 
>> entries are added for user's terminal invocation convenience. The location 
>> to .emscripten file is required (EMSCRIPTEN environment variable) if it is 
>> not used from the default location.
>>
>> 2017-04-05 1:32 GMT+03:00 Mark Sibly <blitz...@gmail.com <javascript:>>:
>>
>>> ...also, I had to run console as administrator to be able to "emsdk 
>>> activate --global latest". Windows 10...
>>>
>>>
>>> On Tuesday, April 4, 2017 at 5:38:54 PM UTC+12, Mark Sibly wrote:
>>>>
>>>> Same here - missing: MSVCP140.dll and VCRUNTIME140.dll when I try to 
>>>> use em++.
>>>>
>>>> On Tuesday, March 28, 2017 at 10:45:02 PM UTC+13, Rong Jie wrote:
>>>>>
>>>>> I tried to install version 1.37.9. VCRUNTIME140.dll and related .dll 
>>>>> are missing from the distribution, so I had to download it from Visual 
>>>>> Studio website myself. Either emsdk should include it in the distribution 
>>>>> or just ask the user to install the runtime library once for both clang 
>>>>> and 
>>>>> binaryen.
>>>>>
>>>>> Just a reminder: please do not ship ucrtbase.dll and api-*.dll in the 
>>>>> distribution, they are already part of Windows 7/8/10.
>>>>>
>>>> -- 
>>> 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 emscripten-discuss+unsubscr...@googlegroups.com 
>>> <javascript:>.
>>> For more options, visit https://groups.google.com/d/optout.
>>>
>>
>>
>

-- 
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 emscripten-discuss+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to