Skip to content

Commit

Permalink
Merge pull request #11530 from keymanapp/docs/common/11369-emscripten…
Browse files Browse the repository at this point in the history
…-3.1.46

docs(common): update min emscripten version in docs to 3.1.46
  • Loading branch information
mcdurdin authored May 24, 2024
2 parents 688d59f + 0bd0858 commit 989c769
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/build/macos.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ PATH="$HOMEBREW_PREFIX/opt/coreutils/libexec/gnubin:$PATH"

## KeymanWeb Dependencies

* node.js 18+, emscripten, openjdk 8
* node.js 18+, emscripten 3.1.46 or later, openjdk 8

```shell
brew install node emscripten openjdk@8
Expand Down
4 changes: 2 additions & 2 deletions docs/build/windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ You can use Windows Settings to add these environment variables permanently:
* KeymanWeb

**Requirements**:
* emscripten 3.1.40
* emscripten 3.1.46 or later
* node.js 18+
* [openjdk 11](https://learn.microsoft.com/en-us/java/openjdk/download#openjdk-11)+

Expand All @@ -191,7 +191,7 @@ You can use Windows Settings to add these environment variables permanently:
# for *much* faster download, hide progress bar (PowerShell/PowerShell#2138)
$ProgressPreference = 'SilentlyContinue'
choco install emscripten --version 3.1.40
choco install emscripten --version 3.1.46
```

Note: emscripten very unhelpfully overwrites JAVA_HOME, and adds its own
Expand Down

0 comments on commit 989c769

Please sign in to comment.