Skip to content

Commit 2092e6b

Browse files
committed
Update README.md
1 parent d3cdf73 commit 2092e6b

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

README.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,14 @@ Various modules are disabled by default, such as the MAME interactive debugger,
2424

2525
Download [msys64-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys64-2016-01-02.exe) if you are on 64-bit Windows
2626
or [msys32-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys32-2016-01-02.exe) is you are on 32 bit Windows.
27+
If you are on 64-bit Windows but wish to produce binaries for both 32-bit and 64-bit download [msys64-32-2016-01-02.exe](https://github.com/mamedev/buildtools/releases/download/1.1/msys64-32-2016-01-02.exe)
2728

2829
If you are installing it in a location other than the default (*c:\msys64* or *c:\msys32*), after you unpack double-click : **autorebase.bat**
2930

3031
For a simple terminal use **buildtools.bat** to start. For a fancy looking one use **conemu.bat**. For more information about Msys2, see [MSYS2 Introduction](http://sourceforge.net/p/msys2/wiki/MSYS2%20introduction/).
3132

33+
In case you wish to use non-posix environment there are two additional batch files: **win32env.bat** for regular windows console, and **win32con.bat** for fancy looking conemu console.
34+
3235
Then, to download the MAME source under your Msys2 user's homedir:
3336
```sh
3437
git clone https://github.com/mamedev/mame.git
@@ -177,10 +180,18 @@ If you wish to compile/link with the alternative Clang, go ahead and download **
177180

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

183+
184+
**For x86**
185+
```sh
186+
cd /
187+
git clone https://github.com/mamedev/buildtools_x86.git .
188+
exit
189+
```
190+
191+
**For x64**
180192
```sh
181193
cd /
182-
wget https://raw.githubusercontent.com/mamedev/buildtools/master/buildtools.bat
183-
wget https://raw.githubusercontent.com/mamedev/buildtools/master/conemu.bat
194+
git clone https://github.com/mamedev/buildtools_x64.git .
184195
exit
185196
```
186197

0 commit comments

Comments
 (0)