mirror of
https://github.com/kanjitalk755/macemu.git
synced 2024-11-25 18:31:14 +00:00
Update README.md
This commit is contained in:
parent
15f56749ba
commit
ef2f8724fe
20
README.md
20
README.md
@ -17,8 +17,26 @@ These builds need to be installed SDL2.0.10+ framework/library.
|
|||||||
BasiliskII for macOS can be built with Apple Silicon Mac.
|
BasiliskII for macOS can be built with Apple Silicon Mac.
|
||||||
|
|
||||||
preparation:
|
preparation:
|
||||||
|
|
||||||
|
Download gmp-6.2.1.tar.xz from https://gmplib.org.
|
||||||
```
|
```
|
||||||
$ brew install mpfr
|
$ cd ~/Downloads
|
||||||
|
$ tar xf gmp-6.2.1.tar.xz
|
||||||
|
$ cd gmp-6.2.1
|
||||||
|
$ ./configure --disable-shared
|
||||||
|
$ make
|
||||||
|
$ make check
|
||||||
|
$ sudo make install
|
||||||
|
```
|
||||||
|
Download mpfr-4.1.0.tar.xz from https://www.mpfr.org.
|
||||||
|
```
|
||||||
|
$ cd ~/Downloads
|
||||||
|
$ tar xf mpfr-4.1.0.tar.xz
|
||||||
|
$ cd mpfr-4.1.0
|
||||||
|
$ ./configure --disable-shared
|
||||||
|
$ make
|
||||||
|
$ make check
|
||||||
|
$ sudo make install
|
||||||
```
|
```
|
||||||
For Intel Mac, checkout `has_fpu_bug` branch. But it has FPU issue if the binary runs on Apple Silicon Mac.
|
For Intel Mac, checkout `has_fpu_bug` branch. But it has FPU issue if the binary runs on Apple Silicon Mac.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user