Good news for
Installing Lazarus 4.8 on a
macOS 14 Sonoma Intel Mac
x86_64 environment.
There is a current port for Lazarus 4.8 available from the
MacPorts project. This may help not only on other
older Mac OS X / macOS environments too, I guess.
This is intended for a
system-wide install and thus should be managed from an Administrator account. To
install lazarus, paste this into the macOS Terminal after installing MacPorts:
sudo port install lazarus
Done.
Lazarus should be ready to run and can be enjoyed from any account afterwards. One will find the
Lazarus app via
/Applications/MacPorts/lazarus.app as GUI appropriate for Mac OS X / macOS.
Currently, this installs at least the following:
- fpc @3.2.2_4
- fpc-sources @3.2.2_0
- lazarus @4.8-0_0+cocoa
Including several FPC and Lazarus documentation accessible via
lhelp and the Lazarus IDE.
Further information one might find helpful:
Hope this helps as it did help me.