mirror of
https://github.com/kanjitalk755/macemu.git
synced 2025-02-17 06:31:14 +00:00
Update README.md
This commit is contained in:
parent
5739ba9e8a
commit
aa6f09ec7a
@ -28,11 +28,11 @@ $ make
|
||||
$ make check
|
||||
$ sudo make install
|
||||
```
|
||||
Download mpfr-4.1.0.tar.xz from https://www.mpfr.org.
|
||||
Download mpfr-4.2.0.tar.xz from https://www.mpfr.org.
|
||||
```
|
||||
$ cd ~/Downloads
|
||||
$ tar xf mpfr-4.1.0.tar.xz
|
||||
$ cd mpfr-4.1.0
|
||||
$ tar xf mpfr-4.2.0.tar.xz
|
||||
$ cd mpfr-4.2.0
|
||||
$ ./configure --disable-shared
|
||||
$ make
|
||||
$ make check
|
||||
@ -40,7 +40,7 @@ $ sudo make install
|
||||
```
|
||||
On an Intel Mac, change the `configure` command for both GMP and MPFR as follows, and ignore the `make check` command:
|
||||
```
|
||||
CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin --disable-shared
|
||||
$ CFLAGS="-arch arm64" CXXFLAGS="$CFLAGS" ./configure -host=aarch64-apple-darwin --disable-shared
|
||||
```
|
||||
(from https://github.com/kanjitalk755/macemu/pull/96)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user