From c4c153c49c6487c2fca3d009b2d9466eda71c5ef Mon Sep 17 00:00:00 2001 From: kanjitalk755 <33744007+kanjitalk755@users.noreply.github.com> Date: Tue, 16 May 2023 09:52:21 +0900 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d51af9..8ad6bbec 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,8 @@ $ make $ make check $ sudo make install ``` -On an Intel Mac, change the `configure` command for both GMP and MPFR as follows, and ignore the `make check` command: +On an Intel Mac, the libraries should be cross-built. +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 ```