You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-9Lines changed: 5 additions & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -28,15 +28,15 @@ Various modules are disabled by default, such as the MAME interactive debugger,
28
28
29
29
<aname="downloads"/>
30
30
### 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**)_
34
34
35
35
<aname="installation"/>
36
36
### Installation
37
37
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
38
38
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.
40
40
41
41
**Important** thing is to setup your git environment first
42
42
```sh
@@ -85,11 +85,7 @@ pacman -Su --noconfirm
85
85
86
86
<aname="advanced"/>
87
87
## 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** .
93
89
94
90
For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/).
0 commit comments