Skip to content

Commit 3a6d2f3

Browse files
authored
Fix display of hedings in README.md (nw)
1 parent 8f375ae commit 3a6d2f3

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,20 +17,24 @@
1717
* [DOxygen](#optional-doxygen)
1818

1919
<a name="introduction"/>
20+
2021
## Introduction
2122
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.
2223

2324
Source control is handled by github (***https://github.com/mamedev/mame.git***), so you'll need to check out a copy.
2425
Various modules are disabled by default, but can be enabled through arguments when building and may require additional MSYS2 packages to be installed.
2526

2627
<a name="installandbuild"/>
28+
2729
## Installation and building
2830

2931
<a name="downloads"/>
32+
3033
### Downloads
3134
* 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**)_
3235

3336
<a name="installation"/>
37+
3438
### Installation
3539
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
3640

@@ -48,6 +52,7 @@ git config --global user.name "Firstname Lastname"
4852
```
4953

5054
<a name="building"/>
55+
5156
### Building
5257
Then, to download the MAME source under your Msys2 user's homedir:
5358
```sh
@@ -65,6 +70,7 @@ make
6570
```
6671

6772
<a name="updating"/>
73+
6874
## Updating build tools
6975

7076
Similar to package managers on Linux like apt-get, yum etc. MSYS2 can automatically update packages for fixes, security updates etc.
@@ -82,15 +88,18 @@ pacman -Su --noconfirm
8288
```
8389

8490
<a name="advanced"/>
91+
8592
## Alternative Shells for advanced usage
8693
For a simple MSYS32 terminal use **mingw64.exe** to start or **mingw32.exe** .
8794

8895
For more information about Msys2, see [MSYS2 Introduction](https://github.com/msys2/msys2/wiki/MSYS2-introduction).
8996

9097
<a name="optional"/>
98+
9199
## Optional additional packages
92100

93101
<a name="optional-sdl"/>
102+
94103
### SDL
95104
If you wish to build with the SDL renderer:
96105

@@ -105,6 +114,7 @@ If you wish to build with the SDL renderer:
105114
```
106115

107116
<a name="optional-qt5"/>
117+
108118
### QT5
109119
If you wish to build with the QT5 debugger:
110120

@@ -119,6 +129,7 @@ If you wish to build with the QT5 debugger:
119129
```
120130

121131
<a name="optional-qt4"/>
132+
122133
### QT4
123134
If you with to build the QMC2 frontend or similar:
124135

@@ -133,6 +144,7 @@ If you with to build the QMC2 frontend or similar:
133144
```
134145

135146
<a name="optional-doxygen"/>
147+
136148
### Doxygen
137149
To be able to generate the documentation from the source:
138150

@@ -141,6 +153,7 @@ To be able to generate the documentation from the source:
141153
```
142154

143155
<a name="optional-ccache"/>
156+
144157
### CCache
145158
To be able to use ccache to speed-up (re)compilation
146159

@@ -154,6 +167,7 @@ To be able to use ccache to speed-up (re)compilation
154167
pacman -S mingw-w64-i686-ccache
155168
```
156169
<a name="optional-ccache"/>
170+
157171
### CMake
158172
Used as build system for some other project that can be handy
159173

@@ -177,6 +191,7 @@ Used as build system for some other project that can be handy
177191
```
178192

179193
<a name="optional-clang"/>
194+
180195
### Clang
181196
If you wish to compile/link with the alternative Clang, go ahead and download:
182197

0 commit comments

Comments
 (0)