From ff8cda02cbe3fff19e9050eca09fb64ab7240aa2 Mon Sep 17 00:00:00 2001 From: Firehawke <34792592+Firehawke@users.noreply.github.com> Date: Sun, 13 Jan 2019 09:18:09 -0700 Subject: 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) --- docs/source/initialsetup/compilingmame.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/source/initialsetup') 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 -- cgit v1.2.3-70-g09d2