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
+3-75Lines changed: 3 additions & 75 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,6 @@
15
15
*[CCache](#optional-ccache)
16
16
*[CMake](#optional-cmake)
17
17
*[DOxygen](#optional-doxygen)
18
-
*[Manual Steps](#manual)
19
18
20
19
<aname="introduction"/>
21
20
## Introduction
@@ -29,9 +28,9 @@ Various modules are disabled by default, such as the MAME interactive debugger,
29
28
30
29
<aname="downloads"/>
31
30
### Downloads
32
-
* Windows 64-bit (x64) - [msys64-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys64-2016-01-07.exe)
33
-
* Windows 32-bit (x86) - [msys32-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys32-2016-01-07.exe)
34
-
* Dual 32-bit/64-bit - [msys64-32-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys64-32-2016-01-07.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-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**)_
35
34
36
35
<aname="installation"/>
37
36
### Installation
@@ -44,11 +43,6 @@ To open a non-posix shell there are two batch files: **win32env.bat** for regula
44
43
git config --global core.autocrlf true
45
44
```
46
45
47
-
Since it can be that some of configuration file have altered, first pull latest from root of your tools:
1. Download MSYS2. You can do that by downloading from http://msys2.github.io/ or
202
-
from our mirror [for 64-bit Windows](https://github.com/mamedev/buildtools/releases/download/1.0/msys2-x86_64-20150916.exe) or [for 32-bit Windows](https://github.com/mamedev/buildtools/releases/download/1.0/msys2-i686-20150916.exe)
203
-
204
-
2. Run the installer (location can be changed to suite) and let it complete and it will launch an Msys shell
0 commit comments