mirror of
https://github.com/GerbilSoft/hack-detection.git
synced 2025-06-18 11:15:34 -04:00
README.md: Removed MinGW because it doesn't work for me right now; added OpenBSD.
OpenBSD compatibility tested by Bast.
This commit is contained in:
parent
85076d7737
commit
c77afa0c96
12
README.md
12
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user