Skip to content

Commit 69e9bda

Browse files
committed
Update README.md
1 parent bc6ae10 commit 69e9bda

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,19 @@ Various modules are disabled by default, such as the MAME interactive debugger,
2525
Download [msys64-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys64-2016-01-02.exe) if you are on 64-bit Windows
2626
or [msys32-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys32-2016-01-02.exe) is you are on 32 bit Windows.
2727
If you are on 64-bit Windows but wish to produce binaries for both 32-bit and 64-bit download [msys64-32-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys64-32-2016-01-02.exe)
28+
To switch between different mingw versions use **config32.bat** and **config64.bat**
2829

2930
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
3031

3132
For a simple terminal use **buildtools.bat** to start. For a fancy looking one use **conemu.bat**. For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/).
3233

3334
In case you wish to use non-posix environment there are two additional batch files: **win32env.bat** for regular windows console, and **win32con.bat** for fancy looking conemu console.
3435

36+
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
37+
```sh
38+
git pull
39+
```
40+
3541
Then, to download the MAME source under your Msys2 user's homedir:
3642
```sh
3743
git clone https://github.com/mamedev/mame.git

0 commit comments

Comments
 (0)