[Lazarus] Install Lazarus on Mac OSX Catalina [SOLVED]
Anthony Tekatch
anthony at unihedron.com
Sun Oct 13 00:00:14 CEST 2019
On Sat, 12 Oct 2019 14:08:46 -0400, Ryan Joseph via lazarus <lazarus at lists.lazarus-ide.org> wrote:
> I had to build my version from sources ...
Thank you. I got it to work.
I modified the Wiki:
https://wiki.freepascal.org/Installing_Lazarus_on_MacOS_X#Step_1._Download_Xcode.
To indicate that old Xcode must be trashed before installing new Xcode
11.1 on MacOSX Catalina 10.15
Then I followed the instructions at the above link in the section:
Install Lazarus
as follows:
cd ~
mkdir -p bin/lazarus
cd bin/lazarus
svn checkout https://svn.freepascal.org/svn/lazarus/branches/fixes_2_0 laz_fixes
// wait some time ....
cd laz_fixes
make LCL_PLATFORM=cocoa CPU_TARGET=x86_64 bigide
// wait some time .....
open startlazarus.app --args "--pcp=~/.laz_fixes"
More information about the lazarus
mailing list