diff options
author | 2018-02-25 18:55:53 +1100 | |
---|---|---|
committer | 2018-02-25 18:55:53 +1100 | |
commit | 7f6f2a03ffe8d4dd682d1966266334fa93922171 (patch) | |
tree | b488eb6166419c0940649a1e458055546de94109 | |
parent | 9e5c181b7008e037951bfa829185b5cb511b2bad (diff) |
note required Emscripten version (nw)
-rw-r--r-- | docs/source/initialsetup/compilingmame.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/source/initialsetup/compilingmame.rst b/docs/source/initialsetup/compilingmame.rst index beb61294ab9..36d2dc9e93d 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -107,7 +107,7 @@ It's possible to get MAME working from 10.6, but a bit more complicated: Emscripten Javascript and HTML ------------------------------ -First, download and install Emscripten by following the instructions at the `official site <https://kripken.github.io/emscripten-site/docs/getting_started/downloads.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>`_ 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 compile is too large to load into a web browser at once, you will want to use the SOURCES parameter to compile only a subset of the project, e.g. (in the mame directory): |