Update README.md

This commit is contained in:
kanjitalk755 2020-03-18 15:29:20 +09:00 committed by GitHub
parent 6fe0d3ab7c
commit c4956c40f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,7 +8,7 @@ MinGW 32-bit JIT
``` ```
macOS 64-bit JIT macOS 64-bit JIT
Linux 32-bit JIT Linux 32-bit JIT
MinGW 32-bit --- MinGW 32-bit JIT
``` ```
### How To Build ### How To Build
These builds need to be installed SDL2.0.10+ framework/library. These builds need to be installed SDL2.0.10+ framework/library.
@ -26,7 +26,7 @@ $ cd macemu/BasiliskII/src/Unix
$ ./autogen.sh $ ./autogen.sh
$ make $ make
``` ```
##### MinGW32/MSYS ##### MinGW32/MSYS2
``` ```
$ cd macemu/BasiliskII/src/Windows $ cd macemu/BasiliskII/src/Windows
$ ../Unix/autogen.sh $ ../Unix/autogen.sh
@ -46,7 +46,7 @@ $ cd macemu/SheepShaver/src/Unix
$ ./autogen.sh $ ./autogen.sh
$ make $ make
``` ```
##### MinGW32/MSYS ##### MinGW32/MSYS2
``` ```
$ cd macemu/SheepShaver $ cd macemu/SheepShaver
$ make links $ make links