diff options
author | 2021-12-22 20:16:57 +0000 | |
---|---|---|
committer | 2021-12-23 02:13:53 +0000 | |
commit | 3fd7f8ac576a9e40fcbc76184882bdf98d403537 (patch) | |
tree | 4bc5dce0e4a012b8f4d0a4e308951d3502d837e0 /docs/source/initialsetup | |
parent | 5d2c264ebbbcbb30a859e3c016c07f392bf23a11 (diff) |
Fix build with newer versions of Emscripten; minimum supported version is now 2.0.25.
Diffstat (limited to 'docs/source/initialsetup')
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index f5be3a636f9..84dd21dd00c 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -314,8 +314,8 @@ above in All Platforms. Emscripten Javascript and HTML ------------------------------ -First, download and install Emscripten 1.37.29 or later by following the -instructions at the `official site <https://kripken.github.io/emscripten-site/docs/getting_started/downloads.html>`_. +First, download and install Emscripten 2.0.25 or later by following the +instructions at the `official site <https://emscripten.org/docs/getting_started/downloads.html>`_. Once Emscripten has been installed, it should be possible to compile MAME out-of-the-box using Emscripten’s **emmake** tool. Because a full MAME |