Commit Graph

459 Commits

Author SHA1 Message Date
Jukka Jylänki
5ad39c9cf4 Write CMake params as a "recmake" script so that developers can call that to easily recmake with the same parameters as the previous configuration. 2016-07-11 19:57:47 +03:00
Jukka Jylänki
620dc7b1da Improve error message printing on registry env. var sets. 2016-07-11 19:56:16 +03:00
Jukka Jylänki
a1dcbfb061 Fix emsdk activate step to pass the correct path to Emscripten optimizer when using --vs2015. 2016-06-09 14:21:54 +03:00
Jukka Jylänki
4f3f2c9de8 Fix a Windows issue where emsdk activate would fail if user account did not contain any entries in its local PATH (but only entries in global/all users PATH). 2016-06-09 14:02:56 +03:00
juj
6b10a8f4df Merge pull request #47 from shlomif/master
Correct some grammar errors in the README.
2016-04-02 22:07:50 +03:00
Shlomi Fish
296ed7f22f Fix some grammar and punctuation in the README. 2016-03-04 22:23:15 +02:00
Shlomi Fish
473815d816 Correct a typo - 'identically'. 2016-03-04 22:19:34 +02:00
Jukka Jylänki
baf1de1a2d Clarify emsdk activate on Windows. 2016-02-20 15:14:46 +02:00
Jukka Jylänki
53e217fca6 Add a patchup script to fix up after potentially unwanted changes from bug https://github.com/kripken/emscripten/issues/4121. 2016-02-20 15:10:53 +02:00
Jukka Jylänki
9e68e895bd Use direct registry access to set environment variables on Windows when --global is specified. This fixes #4121 by not expanding %var%s in PATH. 2016-02-20 14:48:24 +02:00
Jukka Jylänki
f6756fc26f Update tags to latest. 2016-01-21 21:51:14 +02:00
Jukka Jylänki
01f5271887 Fix os: 'unix' in emsdk_manifest.json to mean OSX or LINUX. 2016-01-11 20:52:45 +02:00
Jukka Jylanki
4c3ea8534a Update emscripten-tags.txt 2016-01-11 19:47:14 +01:00
Jukka Jylänki
cf098d78e0 Enable LLVM assertions by default when building the incoming sdk branch. Add command line flags --enable-assertions and --disable-assertions to configure. 2016-01-05 20:11:04 +02:00
Jukka Jylänki
e4acfff195 Add note about running out of memory. 2015-11-17 12:35:30 +02:00
Jukka Jylänki
d5ac77b6ce Clarify instructions regarding installing a specific set of packages instead of a whole SDK bundle. 2015-11-17 12:28:28 +02:00
Jukka Jylänki
d890ae326e Fix CMake generator issue when MinGW is not present on the system. 2015-11-14 00:35:01 +02:00
Jukka Jylänki
14e165e49d Update download links to 1.35.0. 2015-11-13 17:36:44 +02:00
Jukka Jylänki
0020bd7437 Add packages for emsdk 1.35.0 release. 2015-11-13 17:02:12 +02:00
Jukka Jylänki
4ea064a0cd Update Emscripten tags list. 2015-11-13 15:51:59 +02:00
Jukka Jylänki
806eb83813 Abort installation immediately if any of the git operations fail so that the error message is easily visible at the end of the message log. 2015-11-13 15:49:12 +02:00
Jukka Jylänki
9560179493 Add support for building with Visual Studio 2015 if VS2013 is not present. Still default to VS2013 to not require users to migrate to a new VS CRT. 2015-11-13 15:14:36 +02:00
Jukka Jylänki
e91ee9e732 Clarify requirements for installing from source on Windows. 2015-10-28 18:27:32 +02:00
Jukka Jylänki
89df87a460 Fix bug where emsdk install latest would attempt to compile the latest tag, instead of using the latest precompiled version which is intended. 2015-10-28 18:19:41 +02:00
Jukka Jylänki
f87fd015c5 Don't fetch Emscripten tags if git is not present. 2015-10-28 18:19:41 +02:00
Jukka Jylänki
c925156ab2 Clarified instructions for manually installing and bootstrapping to emsdk. 2015-10-16 18:07:47 +03:00
Jukka Jylänki
f8b9c67429 Fix --embedded parameter to read EM_CONFIG instead of misassuming that tools/shared.py would have been imported before. #40. 2015-10-07 04:04:29 +03:00
Jukka Jylänki
9193d167fb Fix crash with PR #40 referencing a nonexisting embedded variable. 2015-10-06 23:12:14 -07:00
Jukka Jylänki
3e251bebd8 Fix path delimiter normalization issue on Windows - .emscripten must feed
forward slashes to Emscripten even on Windows. #40
2015-10-06 21:54:14 -07:00
juj
c5933615ec Merge pull request #40 from mhenschel/mhenschel-relocatable-1
Make .emscripten config file relocatable when using the --embedded flag
2015-10-06 11:52:51 -07:00
mhenschel
a8146983fe Make .emscripten config file relocatable when using the --embedded flag
I'd like to copy the emsdk directory around freely. This will derive the location of all the tools from the location of the .emscripten file.
2015-10-06 19:13:18 +02:00
Jukka Jylänki
340543a46a Fix Emscripten optimizer build when both VS2013 and VS2015 are present and sufficiently new CMake is being used. Fix Emscripten optimizer build to be performed as 64-bit when current system is 64-bit. Fixes https://github.com/kripken/emscripten/issues/3814. 2015-10-04 21:31:23 -07:00
Jukka Jylänki
8d1ad85366 Remove Windows-specific help message in emsdk list. 2015-09-25 17:09:21 +03:00
Jukka Jylänki
bffec00ee2 Add node 4.1.1 dependencies to linux SDKs. 2015-09-25 17:07:10 +03:00
Jukka Jylänki
31da81ff3f Fix typo in returned linux_url. 2015-09-25 17:01:44 +03:00
Jukka Jylänki
c54775fff4 Add linux node 4.1.1 packages. 2015-09-25 17:00:08 +03:00
Jukka Jylänki
013997daac Add support for linux_url in emsdk. 2015-09-25 16:58:45 +03:00
Jukka Jylänki
4fd7768bd4 Mark node 0.10.x and 0.12.x packages old. Update incoming, master and tag branches to depend on new node.js 4.1.1 2015-09-25 16:52:32 +03:00
Jukka Jylänki
696594d7bb Add OS X Node 4.1.1 package. 2015-09-25 16:48:59 +03:00
Jukka Jylänki
a49382224a Add Windows Node 4.1.1 packages. 2015-09-25 16:39:14 +03:00
Jukka Jylänki
a5521d4e17 Rename Emscripten temp directory from "/path/to/emsdk/.tmp" to "/path/to/emsdk/tmp" since otherwise make tool breaks when processing the Makefiles for test_lua. This fixes https://github.com/kripken/emscripten/issues/3779 . 2015-09-16 01:49:35 +03:00
Jukka Jylänki
aebcc04dc7 Add --build-tests command line option. 2015-09-15 16:14:08 +03:00
Jukka Jylänki
4f5cbc4ea8 Allow multiple tools to be passed to the install command. 2015-09-15 14:36:05 +03:00
Jukka Jylänki
9bcd44da58 Unify construct_env() code for Windows and Unix. Fixes an issue with EM_CONFIG and EM_CACHE not being set on Unixes. 2015-09-14 20:54:06 +03:00
Jukka Jylänki
8697dff5c3 Prefer 'nodejs' as Node fallback if it exists. Closes #20. Don't redundantly duplicate Node.js and SpiderMonkey specifiers. 2015-09-14 20:44:47 +03:00
Jukka Jylänki
31739c48b5 Merge branch 'master' of https://github.com/juj/emsdk 2015-08-24 22:58:49 +03:00
Jukka Jylänki
8c807d9e36 Update tags to latest. 2015-08-06 15:24:48 +03:00
juj
71e8d862d9 Merge pull request #36 from fidian/patch-1
Fixing tag - omitted one character
2015-07-07 21:57:04 +03:00
Tyler Akins
32fa462614 Fixing tag - omitted one character
This is to resolve kripken/emscripten#3601
2015-07-07 07:22:47 -05:00
Jukka Jylänki
6eb5607ec9 Add packages for 1.34.1 SDK release. 2015-07-03 19:14:34 +03:00