Skip to content

Commit 3531ac7

Browse files
committed
Update README.md
sections
1 parent bfa511e commit 3531ac7

File tree

1 file changed

+11
-3
lines changed

1 file changed

+11
-3
lines changed

README.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,10 @@
22

33
##### Table of Contents
44
* [Introduction](#introduction)
5-
* [Installation and building](#installation)
5+
* [Installation and building](#installandbuild)
6+
* [Downloads](#downloads)
7+
* [Installation](#installation)
8+
* [Building](#building)
69
* [Updating build tools](#updating)
710
* [Alternative Shells for advanced usage](#advanced)
811
* [Optional additional packages](#optional)
@@ -21,14 +24,17 @@ The MAME development environment for Windows consists of the GCC compiler (by wa
2124
Source control is handled by github (***https://github.com/mamedev/mame.git***), so you'll need to check out a copy.
2225
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.
2326

24-
<a name="installation"/>
27+
<a name="installandbuild"/>
2528
## Installation and building
2629

27-
Downloads:
30+
<a name="downloads"/>
31+
### Downloads
2832
* Windows 64-bit (x64) - [msys64-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys64-2016-01-07.exe)
2933
* Windows 32-bit (x86) - [msys32-2016-01-07.exe](https://github.com/mamedev/buildtools/releases/download/1.4/msys32-2016-01-07.exe)
3034
* 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**)_
3135

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

3440
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.
@@ -49,6 +55,8 @@ git config --global user.email [email protected]
4955
git config --global user.name "Firstname Lastname"
5056
```
5157

58+
<a name="building"/>
59+
### Building
5260
Then, to download the MAME source under your Msys2 user's homedir:
5361
```sh
5462
git clone https://github.com/mamedev/mame.git

0 commit comments

Comments
 (0)