Menu

Anyway to get a Apple Silicon Build?

2023-09-29
2023-10-16
  • Greg Jewett

    Greg Jewett - 2023-09-29

    Does anyone on here have an Apple Silicon based Mac that would know if this can be built for that platform?
    I have Ventura 13.5.2 and a MacBook Pro M2. Thank you.

     
  • Brad Ackerman

    Brad Ackerman - 2023-10-16

    I just built HEAD on an M1 MBP; the only change I had to make was adding #include <stdlib.h> to src/pref_form.h.

    I also had to export LDFLAGS="-L/opt/homebrew/opt/jpeg/lib -rpath /opt/homebrew/lib" and of course installed the head rather than bottled version of fltk since there are some vital fixes (can't remember what) in the 1.4.x series. I haven't looked into building for distribution.

     

Log in to post a comment.