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 _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
