Skip to content

Commit de1a6d8

Browse files
committed
Update README.md
Reorder manual steps to make more sense
1 parent cd83b1c commit de1a6d8

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

README.md

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -147,29 +147,22 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
147147
```sh
148148
pacman --needed -Sy bash pacman pacman-mirrors msys2-runtime
149149
```
150+
150151
4. Type `exit` to close current window and start "MSYS2 Shell" again
151152

152153
5. Now upgrade already installed packages to current
153154

154155
```sh
155156
pacman -Su
156157
```
158+
157159
6. Install ConEmu console, `make`, `wget` and `git` tools
158160

159161
```sh
160162
pacman -S conemu-git make wget git
161163
```
162-
7. Go to root folder and download MAME development environment shell scripts
163-
164-
```sh
165-
cd /
166-
wget https://raw.githubusercontent.com/mamedev/buildtools/master/buildtools.bat
167-
wget https://raw.githubusercontent.com/mamedev/buildtools/master/conemu.bat
168-
exit
169-
```
170-
8. Start ```buildtools.bat``` from installed folder (by default it is *C:\msys64* or *c:\msys32*)
171164

172-
9. Now it is time to install `mingw` and `python`
165+
7. Install `mingw` and `python`
173166

174167
**For x64**
175168
```sh
@@ -180,3 +173,14 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
180173
```sh
181174
pacman -S mingw-w64-i686-gcc python
182175
```
176+
177+
8. Go to root folder and download MAME development environment shell scripts
178+
179+
```sh
180+
cd /
181+
wget https://raw.githubusercontent.com/mamedev/buildtools/master/buildtools.bat
182+
wget https://raw.githubusercontent.com/mamedev/buildtools/master/conemu.bat
183+
exit
184+
```
185+
186+
9. Finally, start ```buildtools.bat``` from installed folder (by default it is *C:\msys64* or *c:\msys32*)

0 commit comments

Comments
 (0)