[Lazarus] Installation using MacPorts (solved)
Tobias Giesen
tobias_subscriber at tgtools.com
Fri Feb 29 00:46:32 CET 2008
Hi,
the complete steps to install Lazarus with MacPorts are these:
- if Fink is installed, delete it (see Fink website)
- /sw folder should not exist at this point
- install MacPorts from www.macports.org
- sudo ln -s /opt /sw
- sudo /opt/local/bin/port install gtk1
- sudo /opt/local/bin/port install gdk-pixbuf
- sudo ln -s /opt/local/lib /opt/lib
The last step had been missing in my first attempt.
Are there any objections or can I add it to the wiki at
http://wiki.lazarus.freepascal.org/OS_X_Programming_Tips
?
Cheers,
Tobias
More information about the Lazarus
mailing list