Skip to content

Commit 70b5b5d

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,17 +22,17 @@ Various modules are disabled by default, such as the MAME interactive debugger,
2222
<a name="automatic"/>
2323
## Automatic installer
2424

25-
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
26-
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.
27-
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)
25+
Download [msys64-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.2/msys64-2016-01-03.exe) if you are on 64-bit Windows
26+
or [msys32-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.2/msys32-2016-01-03.exe) is you are on 32 bit Windows.
27+
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.2/msys64-32-2016-01-03.exe)
2828
To switch between different mingw versions use **config32.bat** and **config64.bat**
2929

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

32-
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/).
33-
3432
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.
3533

34+
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/). There are also **buildtools_32.bat** and **conemu_32.bat** enforcing mingw32 on 64-bit tools (makes sense if you use combined distribution).
35+
3636
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
3737
```sh
3838
git pull

0 commit comments

Comments
 (0)