How to add documentation for building from source on macOS with homebrew
Jon Boone <[email protected]> Mon, 4 Nov 2024 19:34:20 -0500
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <CACdCdGg71TM2XMHTEdSQCyfQD9OOUZ7Kd3DCJ3VmyNGs3afUnA@mail.gmail.com> |
I just built the latest 2.4.10 source on my MacBook Air M2 running Darwin Kernel Version 24.1.0. I installed the necessary additional libraries via homebrew (which is installed in /opt/homebrew in compliance with SIP requirements). Here is the shell command I used for compilation of the sources: > LIBRARY_PATH="/opt/homebrew/lib" CPATH="/opt/homebrew/include/" sh make.sh --prefix=$HOME/.local/sbcl/sbcl-2.4.10-arm64-darwin --fancy I'm happy to update the appropriate place to include this specific information for macOS/homebrew, but I can't tell if it would be appropriate to add it to INSTALL or some other location. —jon _______________________________________________ Sbcl-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-help