diff options
author | 2019-01-13 09:18:09 -0700 | |
---|---|---|
committer | 2019-01-13 11:18:09 -0500 | |
commit | ff8cda02cbe3fff19e9050eca09fb64ab7240aa2 (patch) | |
tree | 4f4f35f975428aa3431661a2cb854b15e6ee5d0a /docs/source/initialsetup | |
parent | f339d62a6a286feddb461a27040e9830bad8831b (diff) |
Correct compilation packages (for #4507) and finish cleanup on previous docs updates. (nw) (#4509)
* Correct the compilation packages [partial for #4507] (nw)
* Minor corrections, joymap adjustments (nw)
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 3b0c8ddea58..8c21a550b16 100644 --- a/docs/source/initialsetup/compilingmame.rst +++ b/docs/source/initialsetup/compilingmame.rst @@ -72,9 +72,9 @@ with MSYS2 and the **pacman** package manager. ``/etc/pacman.d/mirrorlist.mame`` for locations. * Install packages necessary to build MAME. At the very least, you'll need ``bash``, ``git``, ``make``. -* For 64-bit builds you'll need ``mingw-w64-i686-gcc`` and +* For 64-bit builds you'll need ``mingw-w64-x86_64-gcc`` and ``mingw-w64-x86_64-python2``. -* For 32-bit builds you'll need ``mingw-w64-x86_64-gcc`` and +* For 32-bit builds you'll need ``mingw-w64-i686-gcc`` and ``mingw-w64-i686-python2``. * For debugging you may want to install ``gdb``. * To build against the portable SDL interfaces, you'll need |