Update README.md

This commit is contained in:
kanjitalk755 2020-01-29 11:22:52 +09:00 committed by GitHub
parent 2e001f465e
commit 7ad9ab0da2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 3 deletions

View File

@ -18,6 +18,8 @@ These builds need to be installed SDL2.0.10+ framework/library.
1. Set Build Configuration to Release
1. Build
(or same as Linux)
##### Linux(x86)
```
$ cd macemu/BasiliskII/src/Unix
@ -36,11 +38,11 @@ $ make
1. Set Build Configuration to Release
1. Build
(or same as Linux)
##### Linux(x86)
```
$ cd macemu/SheepShaver
$ make links
$ cd src/Unix
$ cd macemu/SheepShaver/src/Unix
$ ./autogen.sh
$ make
```