; README-IGC: Document macOS <12.

With thanks to Ship Mints <shipmints@gmail.com>.
This commit is contained in:
Stefan Kangas 2025-01-23 22:37:03 +01:00
parent 05e5d51056
commit 7146d10b46

View file

@ -46,7 +46,7 @@ See "Building MPS yourself" below.
macOS with Homebrew
-------------------
Install 'libmps' from Homebrew with
With macOS 13 or later, you can install 'libmps' from Homebrew with:
brew install libmps
@ -55,6 +55,8 @@ Then add something like this to your environment (e.g., to ~/.zprofile):
export CFLAGS="$CFLAGS -I$(brew --prefix libmps)/include"
export LDFLAGS="$LDFLAGS -L$(brew --prefix libmps)/lib"
If you are using macOS 12 or earlier, see "Building MPS yourself" below.
Note that --with-mps=debug won't work with the Homebrew recipe, see:
https://lists.gnu.org/r/emacs-devel/2025-01/msg00886.html
Alternatively, see "Building MPS yourself" below.