Skip to content

Commit 6f4ae96

Browse files
authored
Update README.md
1 parent aa102e3 commit 6f4ae96

File tree

1 file changed

+5
-9
lines changed

1 file changed

+5
-9
lines changed

README.md

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ Various modules are disabled by default, such as the MAME interactive debugger,
2828

2929
<a name="downloads"/>
3030
### Downloads
31-
* Windows 64-bit (x64) - [msys64-2016-02-16.exe](https://github.com/mamedev/buildtools/releases/download/1.5/msys64-2016-02-16.exe)
32-
* Windows 32-bit (x86) - [msys32-2016-02-16.exe](https://github.com/mamedev/buildtools/releases/download/1.5/msys32-2016-02-16.exe)
33-
* Dual 32-bit/64-bit - [msys64-32-2016-02-16.exe](https://github.com/mamedev/buildtools/releases/download/1.5/msys64-32-2016-02-16.exe) _(If you have 64-bit Windows but wish to build for both 32-bit and 64-bit. To switch between different mingw versions use **config32.bat** and **config64.bat**)_
31+
* Windows 64-bit (x64) - [msys64-2017-02-05.exe](https://github.com/mamedev/buildtools/releases/download/2.0/msys64-2017-02-05.exe)
32+
* Windows 32-bit (x86) - [msys32-2017-02-05.exe](https://github.com/mamedev/buildtools/releases/download/2.0/msys32-2017-02-05.exe)
33+
* Dual 32-bit/64-bit - [msys64-32-2017-02-05.exe](https://github.com/mamedev/buildtools/releases/download/2.0/msys64-32-2017-02-05.exe) _(If you have 64-bit Windows but wish to build for both 32-bit and 64-bit. To switch between different mingw versions use **config32.bat** and **config64.bat**)_
3434

3535
<a name="installation"/>
3636
### Installation
3737
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
3838

39-
To open a non-posix shell there are two batch files: **win32env.bat** for regular Windows console, and **win32con.bat** for fancy looking ConEmu console.
39+
To open a non-posix shell there are two batch files: **win32env.bat** for regular Windows console.
4040

4141
**Important** thing is to setup your git environment first
4242
```sh
@@ -85,11 +85,7 @@ pacman -Su --noconfirm
8585

8686
<a name="advanced"/>
8787
## Alternative Shells for advanced usage
88-
For a simple MSYS32 terminal use **buildtools.bat** to start.
89-
90-
For a fancier looking one use **conemu.bat**.
91-
92-
There are also **buildtools_32.bat** and **conemu_32.bat** enforcing mingw32 on 64-bit tools (makes sense if you use combined distribution).
88+
For a simple MSYS32 terminal use **mingw64.exe** to start or **mingw32.exe** .
9389

9490
For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/).
9591

0 commit comments

Comments
 (0)