Skip to content

Commit 8004804

Browse files
committed
Update README.md
1 parent fe15905 commit 8004804

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -163,16 +163,16 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
163163
pacman -S conemu-git make wget git
164164
```
165165

166-
7. Install `mingw` and `python`
166+
7. Install `mingw` and `gdb` including `python`
167167

168168
**For x64**
169169
```sh
170-
pacman -S mingw-w64-x86_64-gcc python
170+
pacman -S mingw-w64-x86_64-gcc mingw-w64-x86_64-gdb
171171
```
172172

173173
**For x86**
174174
```sh
175-
pacman -S mingw-w64-i686-gcc python
175+
pacman -S mingw-w64-i686-gcc mingw-w64-i686-gdb
176176
```
177177

178178
8. Go to root folder and download MAME development environment shell scripts

0 commit comments

Comments
 (0)