Commit Graph

187 Commits

Author SHA1 Message Date
Jukka Jylänki
e26c839e82 Add package for new Portable Git version 1.9.4 to the manifest. Adjust git usage by emsdk to never install git automatically, and prefer using system-provided git if it exists. Improve instructions to guide the user to manually installing git if not found. Fixes #13. 2014-09-07 05:43:14 -04:00
juj
2a6fafec92 Merge pull request #15 from warrenseine/master
Allow running emsdk_env.sh from another directory.
2014-09-02 14:21:54 +03:00
Warren Seine
1b51a1e617 Allow running emsdk_env.sh from another directory.
Move into the emsdk directory before running ./emsdk. Make it possible to add `test -x $EMSCRIPTEN/emsdk_env.sh && source $EMSCRIPTEN/emsdk_env.sh` to my shell initialization script.
2014-09-02 12:01:35 +02:00
Jukka Jylänki
996d162dec Update download links to 1.22.0. 2014-08-11 22:23:32 +03:00
Jukka Jylänki
b0673b7f29 Added Emscripten 1.22.0 packages to manifest. 2014-08-11 20:05:45 +03:00
Jukka Jylänki
2d5fe80e64 Add OSX package for crunch 1.04. 2014-07-29 17:56:16 +03:00
Jukka Jylänki
584d14db3c Improve git lookup by using which() to search PATH if git is not installed in emsdk. 2014-07-28 20:23:10 +03:00
Jukka Jylänki
210400cd9e Fix parallel build of fastcomp. 2014-07-20 04:57:41 -04:00
Jukka Jylänki
f5191d74d8 Add 32-bit linux sdk versions. 2014-07-18 10:40:46 +02:00
Jukka Jylänki
8ca0a036f0 Add a section that contains links to old archived installers. Add better documentation on how to grab an old Tool version. 2014-07-08 12:42:53 +03:00
Jukka Jylänki
46036b5a93 Always perform Emscripten Clang build as a parallel build. 2014-07-08 11:07:19 +03:00
Jukka Jylänki
82407a23dc Fix update mechanism on Linux. 2014-07-07 15:15:43 +03:00
Jukka Jylänki
7f4480a657 Update emsdk activate hint. 2014-07-07 15:09:14 +03:00
Jukka Jylänki
f4afc0accc In generated .emscripten configs, access node by default from PATH, if not set otherwise. 2014-07-07 15:04:48 +03:00
Jukka Jylänki
461457c0f4 Linkify fastcomp. 2014-07-07 14:50:31 +03:00
Jukka Jylänki
5b2e30dce5 Update README.md to reflect that emsdk is now available on Linux as well. Remove old links that point to non-fastcomp instructions. 2014-07-07 14:16:12 +03:00
Jukka Jylänki
6600588cc7 Add SDK items for linux and fix an issue with extra tools being shown on linux. 2014-07-07 13:52:45 +03:00
Jukka Jylänki
d762333294 Mark old SpiderMonkey version. 2014-07-07 12:33:43 +03:00
Jukka Jylänki
8992935e30 Remove reference to old bat file. 2014-07-07 12:27:34 +03:00
Jukka Jylänki
7a3d756bb3 Add SpiderMonkey 30.0 to manifest. 2014-07-07 05:21:55 -04:00
Jukka Jylänki
aff82d4794 Mark old sdk versions. 2014-07-07 11:04:17 +03:00
Jukka Jylänki
37036ee55a Add git directory to gitignore. 2014-07-07 10:50:21 +03:00
Jukka Jylänki
acc907d483 Flag more tools as old versions. 2014-07-07 10:49:51 +03:00
Jukka Jylänki
c808f6b28c Add Clang e1.21.0, Emscripten 1.21.0 and SDK 1.21.0 manifests. 2014-07-04 19:08:14 +03:00
Jukka Jylänki
f73899f0c3 Add new vs-tool package to manifest. 2014-07-04 18:35:49 +03:00
Jukka Jylänki
baee119231 Add new clang-incoming and clang-master packages that automate git clone and build clang from sources. 2014-07-03 23:39:25 +03:00
Jukka Jylänki
34d478034f Migrate OSX shell activation to work the same way as on Windows: source ./emsdk_env.sh instead of emsdk_add_path. 2014-07-03 18:50:00 +03:00
Jukka Jylänki
1cec00bc38 Fix an issue where windows env. vars could not be read if python is not in user path when running. Closes #7 and #8. 2014-07-03 17:56:57 +03:00
Jukka Jylänki
c3712ad118 Fix active env test when multiple paths are present (git tool on Windows). 2014-07-03 17:38:23 +03:00
Jukka Jylänki
02fd7681fc Remove old unused code. 2014-07-03 17:18:40 +03:00
Jukka Jylänki
745df6c986 Don't touch the slashedness of existing items in user's PATH when adding new items. Fixes #4. Use more consistently backslashes where appropriate on Windows. 2014-07-03 15:14:45 +03:00
Jukka Jylänki
9244ac91f4 Make emsdk aware when running in a shell that doesn't have a particular tool active, but .emscripten has it set up, and print a help message when calling 'emsdk list'. Fix line endings in emcmdprompt.bat. 2014-07-03 14:45:49 +03:00
Jukka Jylänki
2ef37707bc Revise the messages printed during toolchain activation to be more user-friendly. 2014-07-03 14:09:45 +03:00
Jukka Jylänki
ffe8f50e08 Revise emsdk environment setting on Windows. Fixes #9. 2014-07-03 13:43:37 +03:00
Jukka Jylänki
1b1d580de1 Clarify vs-tool instructions. 2014-05-01 10:27:23 +03:00
Jukka Jylänki
8959ef0bd6 Remove old note about 64-bit tools not being supported with vs-tool. 2014-05-01 10:17:04 +03:00
Jukka Jylänki
d1c3bc6516 Merge in wiki changes from BHSPitMonkey. 2014-05-01 10:16:39 +03:00
Jukka Jylänki
ec621ee339 Update .gitignore 2014-04-24 13:17:50 +03:00
Jukka Jylänki
27d01d3078 Filter out historical archived tool and sdk versions. 2014-04-24 13:17:02 +03:00
Jukka Jylänki
13ea503a7f Improve support for registering environment variables and PATH on 'emsdk activate'. Add machinery for hiding old sdk tools and sdks. 2014-04-24 13:10:04 +03:00
Jukka Jylänki
2ed7a605a9 Have 'emsdk activate' always globally activate the Windows environment variables that it needs to set up the active environment. 2014-04-24 00:57:59 +03:00
Jukka Jylänki
1a754f0a66 Merge in comments from https://github.com/kripken/emscripten/wiki/Emscripten-SDK 2014-04-23 18:57:42 +03:00
Jukka Jylänki
ddd718045d Added vs-tool 0.9.3 package link. 2014-04-23 00:14:21 +03:00
Jukka Jylänki
11ce96d215 Update download links to latest Emscripten 1.16.0 installers. 2014-04-23 00:08:30 +03:00
Jukka Jylänki
0ed5282868 Add Clang e1.16.0 and Emscripten 1.16.0. 2014-04-22 19:46:49 +03:00
Jukka Jylänki
351e23df84 Register the needed empty placeholder SPIDERMONKEY_ENGINE string before activating the actual spidermonkey engine path, if it exists. 2014-03-14 13:43:25 +02:00
Jukka Jylänki
46130ca30e Add spidermonkey 27.0.1 and nightly-2014-03-13 packages. 2014-03-14 13:41:41 +02:00
Jukka Jylänki
0649213b51 Add packages for Emscripten 1.13.1 and Clang 1.13.1. 2014-03-13 14:41:03 +02:00
Jukka Jylänki
f9495dbe07 Add download links to 1.13.0. 2014-03-04 22:40:59 +02:00
Jukka Jylänki
eef05d7937 Fix typo in package name. 2014-03-04 21:23:25 +02:00