mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2026-09-10 07:46:51 -04:00
Improve instructions for --with-mps=debug on macOS
* README-IGC (https): Link Homebrew macOS --with-mps=debug instructions.
This commit is contained in:
parent
4fda39cb16
commit
05e5d51056
|
|
@ -55,8 +55,9 @@ 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"
|
||||
|
||||
Note that --with-mps=debug won't work with the Homebrew recipe.
|
||||
To get a debug build, 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.
|
||||
|
||||
MS-Windows
|
||||
----------
|
||||
|
|
|
|||
Loading…
Reference in a new issue