discuss-gnustep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: GNUstep in DarwinPorts


From: Yves de Champlain
Subject: Re: GNUstep in DarwinPorts
Date: Wed, 3 May 2006 17:55:04 -0400


Le 06-05-01 à 15:29, hns@computer.org a écrit :

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):

thanks for the precisions, it raises a few relevant points :


1) download and install DarwinPorts from
http://www.darwinports.org/downloads/DarwinPorts-1.2.1-10.4.dmg

2) open a Terminal

it is better to set /opt/local/bin in the PATH before


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$

This output means you need to do "port selfupdate" because these are old versions that will not work.

it sould rather look like

Bilbo:~ yves$ port search gnustep
gnustep gnustep/gnustep 1.12.0 GNUstep meta port gnustep-back gnustep/gnustep-back 0.10.3 A back-end component for the GNUstep GUI Library. gnustep-base gnustep/gnustep-base 1.12.0 A library of general-purpose Objective C objects. gnustep-gui gnustep/gnustep-gui 0.10.3 A library of graphical user interface Objective C classes gnustep-make gnustep/gnustep-make 1.12.0 GNUstep makefile package gnustep-make-cocoa gnustep/gnustep-make-cocoa 1.12.0 GNUstep makefile package for the Cocoa API gnustep-make-docs gnustep/gnustep-make-docs 1.12.0 GNUstep makefile documentation

also, most ports have a with_docs variant that build and install stuff in Documentation (nedds teTeX)


4) type "sudo /opt/local/bin/port install GNUstep"

This probably takes a lot of time...

port install gnustep (no uppercase)

will install core components along with GWorkspace and ArtResources and also include a nice interactive user-config script

port install gnustep +devel

also installs Gorm and ProjectCenter

gnustep-make-cocoa is nice for building with apple-apple-apple and should co-exists nicely with gnu-gnu-gnu gnustep

thanks for the comments

yves






reply via email to

[Prev in Thread] Current Thread [Next in Thread]