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
+15-6Lines changed: 15 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,8 +2,9 @@
2
2
3
3
##### Table of Contents
4
4
*[Introduction](#introduction)
5
-
*[Automatic installer](#automatic)
5
+
*[Installation and building](#installation)
6
6
*[Updating build tools](#updating)
7
+
*[Alternative Shells for advanced usage](#advanced)
7
8
*[Optional additional packages](#optional)
8
9
*[SDL](#optional-sdl)
9
10
*[QT5](#optional-qt5)
@@ -20,8 +21,8 @@ The MAME development environment for Windows consists of the GCC compiler (by wa
20
21
Source control is handled by github (***https://github.com/mamedev/mame.git***), so you'll need to check out a copy.
21
22
Various modules are disabled by default, such as the MAME interactive debugger, but can be enabled through arguments when building and may require additional MSYS2 packages to be installed.
22
23
23
-
<aname="automatic"/>
24
-
## Automatic installer
24
+
<aname="installation"/>
25
+
## Installation and building
25
26
26
27
Download [msys64-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys64-2016-01-07.exe) if you are on 64-bit Windows
27
28
or [msys32-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys32-2016-01-07.exe) is you are on 32 bit Windows.
@@ -30,9 +31,7 @@ To switch between different mingw versions use **config32.bat** and **config64.b
30
31
31
32
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
32
33
33
-
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.
34
-
35
-
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).
34
+
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.
36
35
37
36
**Important** thing is to setup your git environment first
38
37
```sh
@@ -75,6 +74,16 @@ To update all installed packages to current:
75
74
pacman -Su
76
75
```
77
76
77
+
<aname="advanced"/>
78
+
## Alternative Shells for advanced usage
79
+
For a simple MSYS32 terminal use **buildtools.bat** to start.
80
+
81
+
For a fancier looking one use **conemu.bat**.
82
+
83
+
There are also **buildtools_32.bat** and **conemu_32.bat** enforcing mingw32 on 64-bit tools (makes sense if you use combined distribution).
84
+
85
+
For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/).
0 commit comments