Changeset 24324
- Timestamp:
- 11/11/19 16:23:41 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/externalpackages/emscripten/install.sh
r24323 r24324 8 8 # - When builtin support for Fortran is available, remove build step 9 9 # 10 11 VER="1.38.48" # Set this to "latest", or last tag that works in case of failure 10 12 11 13 # Get Emscripten SDK (emsdk) driver if we have not previously installed … … 26 28 27 29 # Download and install the latest SDK tools. 28 ./emsdk install latest30 ./emsdk install $VER 29 31 30 32 # Make the "latest" SDK "active" for the current user. (writes ~/.emscripten 31 33 # file) 32 ./emsdk activate latest34 ./emsdk activate $VER 33 35 34 36 # Activate PATH and other environment variables in the current terminal
Note:
See TracChangeset
for help on using the changeset viewer.