From c77afa0c96343211d46fd6e428e830eca6d0aca2 Mon Sep 17 00:00:00 2001 From: David Korth Date: Sat, 8 Jul 2017 00:01:35 -0400 Subject: [PATCH] README.md: Removed MinGW because it doesn't work for me right now; added OpenBSD. OpenBSD compatibility tested by Bast. --- README.md | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c7bec41..b80cf75 100644 --- a/README.md +++ b/README.md @@ -32,13 +32,15 @@ These examples use Sonic 1 Rev00 as the source ROM and ## How to compile -* On Linux, or Windows in MSYS/MinGW: `./build-gcc.sh` +* On Linux or other Unix-like systems: `./build-gcc.sh` * On Windows, using MSVC (2010 or later): Run `build-msvc.bat` from an MSVC command prompt. -It is also possible to cross-compile on Linux for Windows using MinGW-w64: -``` -TARGET=i686-w64-mingw32 ISWIN=1 ./build-gcc.sh -``` +Tested on the following platforms: + +* Gentoo Linux (amd64) +* OpenBSD (amd64) +* Windows XP (i386) +* Windows 7 (amd64) ## License