> A whole new set of GNUstep ports is now available for MacOSX through > DarwinPorts > > Everything is built with gcc 4.1 and ports include GWorkspace, Gorm > and ProjectCenter > > more coming soon.
Great! I have not tried myself, but here are general instructions (not every Mac user is familiar with DarwinPorts): 1) download and install DarwinPorts from http://www.darwinports.org/downloads/DarwinPorts-1.2.1-10.4.dmg 2) open a Terminal 3) type "/opt/local/bin/port search GNUstep" Result should look like: hns$ /opt/local/bin/port search GNUstep gnustep-make devel/gnustep-make 1.11.0 GNUstep makefile package gnustep-base lang/gnustep-base 1.11.0 A library of general-purpose Objective C objects. gnustep-gui lang/gnustep-gui 0.10.0 A library of graphical user interface Objective C classes gnustep-back x11/gnustep-back 0.10.0 A back-end component for the GNUstep GUI Library. hns$ 4) type "sudo /opt/local/bin/port install GNUstep" This probably takes a lot of time... Somebody might comment on how to finally launch it. -- hns _______________________________________________ Discuss-gnustep mailing list [email protected] http://lists.gnu.org/mailman/listinfo/discuss-gnustep
