mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
; README-IGC: Document macOS <12.
With thanks to Ship Mints <shipmints@gmail.com>.
This commit is contained in:
parent
05e5d51056
commit
7146d10b46
1 changed files with 3 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue