(2022-04-08, 15:38)Orion Pobursky Wrote: Type exactly that.
./configure executes the configure script
make executes the make command.
OK, but type it where? Terminal?
Quote:Note that you probably will have to install XCode since, IIRC, the gcc compiler doesn't come installed by default.
Check, XCode already installed.
Quote:Side note: Does the already compiled Darwin version not work for you?
If I open the executable, it complains about not finding libfreetype.6.dylib. Aha! Turns out I do have FreeType, but it's in the X11 lib directory. I guess I need to point it to that folder somehow?