Skip to content

Commit 495294b

Browse files
committed
Update README.md
Push the 'advanced' shell scripts further down due to feedback.
1 parent 02c0465 commit 495294b

File tree

1 file changed

+15
-6
lines changed

1 file changed

+15
-6
lines changed

README.md

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,9 @@
22

33
##### Table of Contents
44
* [Introduction](#introduction)
5-
* [Automatic installer](#automatic)
5+
* [Installation and building](#installation)
66
* [Updating build tools](#updating)
7+
* [Alternative Shells for advanced usage](#advanced)
78
* [Optional additional packages](#optional)
89
* [SDL](#optional-sdl)
910
* [QT5](#optional-qt5)
@@ -20,8 +21,8 @@ The MAME development environment for Windows consists of the GCC compiler (by wa
2021
Source control is handled by github (***https://github.com/mamedev/mame.git***), so you'll need to check out a copy.
2122
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.
2223

23-
<a name="automatic"/>
24-
## Automatic installer
24+
<a name="installation"/>
25+
## Installation and building
2526

2627
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
2728
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
3031

3132
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
3233

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.
3635

3736
**Important** thing is to setup your git environment first
3837
```sh
@@ -75,6 +74,16 @@ To update all installed packages to current:
7574
pacman -Su
7675
```
7776

77+
<a name="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/).
86+
7887
<a name="optional"/>
7988
## Optional additional packages
8089

0 commit comments

Comments
 (0)