File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff 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+
1501514 . Type ` exit ` to close current window and start "MSYS2 Shell" again
151152
1521535 . Now upgrade already installed packages to current
153154
154155 ``` sh
155156 pacman -Su
156157 ```
158+
1571596 . 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* )
You can’t perform that action at this time.
0 commit comments