Oh yeah, of course! Type './emsdk list' to see the documentation on --embedded. That option is useful for ensuring that the installation and activation remains fully self-contained and portable, in which case all the configuration and temp directories and files are created inside the emsdk folder itself, and never to outside directories.
2015-01-27 20:39 GMT+02:00 Floh <[email protected]>: > Not to forget the new '--embedded' flag for the 'emsdk activate' command! > Thanks for squeezing this into this release :) > > This will not write the emscripten config file .emscripten and > .emscripten_cache into the users home directory, but locally into the emsdk > directory. This is useful when working with several emscripten > installations in parallel, since these will no longer overwrite each > other's config files. > > For this to work, emcc must be called with '--em-config DOT_PATH --cache > CACHE_PATH' and emar must be called with '--em-config DOT_PATH', where > DOT_PATH is the path to the .emscripten file and CACHE_PATH is the path to > the .emscripten_cache directory. > > Cheers, > -Floh. > > Am Montag, 26. Januar 2015 21:26:41 UTC+1 schrieb jj: > >> Hi all, >> >> the Emscripten SDK 1.29.0 packages are now live. Brief list of changes: >> >> - Migrates Emscripten from LLVM 3.3 to LLVM 3.4 >> - introduces the native optimizer to be enabled by default. >> - For building the incoming and master git branches, Visual Studio >> 2010 is no longer supported by LLVM, but VS2012 or VS2013 is now required. >> This update fixes the builds of incoming and master git branches from the >> sdk. >> - Emscripten now has the embuilder.py tool which can be used to build >> various ports and libraries used by Emscripten. For documentation, run the >> embuilder.py tool without any arguments. >> >> Use the familiar set of commands: >> >> ./emsdk update >> ./emsdk install latest >> ./emsdk activate latest >> >> to update to the 1.29.0 SDK. For new installations, download links are >> >> Windows Emscripten SDK 64-bit Web Installer: https://s3.amazonaws.com/ >> mozilla-games/emscripten/releases/emsdk-1.29.0-web-64bit.exe >> Windows Emscripten SDK 64-bit Offline Installer: >> https://s3.amazonaws.com/mozilla-games/emscripten/ >> releases/emsdk-1.29.0-full-64bit.exe >> Windows Emscripten SDK 64-bit Portable: https://s3.amazonaws.com/ >> mozilla-games/emscripten/releases/emsdk-1.29.0-portable-64bit.zip >> >> Linux and Mac OS X Portable SDK: https://s3.amazonaws.com/ >> mozilla-games/emscripten/releases/emsdk-portable.tar.gz >> >> Cheers, >> Jukka >> >> -- > 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]. > 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
