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
+15Lines changed: 15 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,20 +17,24 @@
17
17
*[DOxygen](#optional-doxygen)
18
18
19
19
<aname="introduction"/>
20
+
20
21
## Introduction
21
22
The MAME development environment for Windows consists of the GCC compiler (by way of MinGW), and the MSYS2 (POSIX/Unix compatability layer), plus various utilities such as Python and Git. It is available as a prepackaged installer, or can be assembled from upstream components.
22
23
23
24
Source control is handled by github (***https://github.com/mamedev/mame.git***), so you'll need to check out a copy.
24
25
Various modules are disabled by default, but can be enabled through arguments when building and may require additional MSYS2 packages to be installed.
25
26
26
27
<aname="installandbuild"/>
28
+
27
29
## Installation and building
28
30
29
31
<aname="downloads"/>
32
+
30
33
### Downloads
31
34
* Dual 32-bit/64-bit - [msys64-32-2019-12-23.exe](https://github.com/mamedev/buildtools/releases/download/5.0/msys64-32-2019-12-23.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**)_
32
35
33
36
<aname="installation"/>
37
+
34
38
### Installation
35
39
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
0 commit comments