Re: How to add documentation for building from source on macOS with homebrew
Stas Boukarev <[email protected]> Tue, 5 Nov 2024 16:32:26 +0300
| Newsgroups | gmane.lisp.steel-bank.general |
|---|---|
| Message-ID | <CAF63=12RbpmGRwb0G7weznPoeTYHFR3b01o8cVTrSUicJi5XfA@mail.gmail.com> |
You don't need LIBRARY_PATH="/opt/homebrew/lib" CPATH="/opt/homebrew/include/" anymore. On Tue, Nov 5, 2024 at 4:24 PM Jon Boone <[email protected]> wrote: > > Thank you, Stas, from r the response. > > I’m not understanding fully what you’re saying. Can you please elaborate? > > —jon > On Nov 5, 2024 at 00:54 -0500, Stas Boukarev <[email protected]>, wrote: > > So that's just adding library paths. I modified the makefile to do that. > > On Tue, Nov 5, 2024 at 4:44 AM Jon Boone <[email protected]> wrote: >> >> 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 _______________________________________________ Sbcl-help mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/sbcl-help