From 994e11cb2d930ef2232291dc3d68717fdb34898f Mon Sep 17 00:00:00 2001 From: Mike Date: Mon, 15 May 2023 13:21:05 -0600 Subject: [PATCH] ARM64 typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 48d51af9..e8458631 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ $ 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 Apple Silicon (ARM) 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 ```