More changes... MD is pretty dumb.

This commit is contained in:
waltje
2018-03-27 01:05:46 -04:00
parent 896cb33fe7
commit d3f8bc5325

View File

@@ -78,11 +78,11 @@ Building the emulator is also possible using the free **MinGW** compiler toolset
`pacman -S --needed base-devel mingw-w64-i686-toolchain \`
`mingw-w64-x86_64-toolchain git subversion mercurial \`
`mingw-w64-x86_64-toolchain git subversion mercurial \`
`mingw-w64-i686-cmake mingw-w64-x86_64-cmake \`
`mingw-w64-i686-cmake mingw-w64-x86_64-cmake \`
`mingw-w64-i686-libpng mingw-w64-x86_64-libpng`
`mingw-w64-i686-libpng mingw-w64-x86_64-libpng`
(the backslashes are only for clarity; you can type it as one
single line if you wish.)