compiling on Mac OS with GMP and MPFR libraries installed through home-brew #754
-
|
Hi, I tried adding things to COMPILEFLAGS or LIBFLAGS but that didn't help. Any help would be appreciated :-) |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
As a Homebrew user on Linux, I typically use something like (the exact version is in the gist): ./configure --with-gmp=$(brew --prefix gmp) --with-mpfr=$(brew --prefix mpfr) --with-flint=$(brew --prefix flint) --with-zstd=$(brew --prefix zstd)I hope this works on macOS as well. |
Beta Was this translation helpful? Give feedback.
As a Homebrew user on Linux, I typically use something like (the exact version is in the gist):
I hope this works on macOS as well.