mirror of
https://github.com/GerbilSoft/hack-detection.git
synced 2025-06-18 19:25:43 -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
|
## 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.
|
* 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:
|
Tested on the following platforms:
|
||||||
```
|
|
||||||
TARGET=i686-w64-mingw32 ISWIN=1 ./build-gcc.sh
|
* Gentoo Linux (amd64)
|
||||||
```
|
* OpenBSD (amd64)
|
||||||
|
* Windows XP (i386)
|
||||||
|
* Windows 7 (amd64)
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user