|
From: Tony A. <ton...@ob...> - 2004-01-05 05:17:48
|
On 31/12/2003, at 9:42 PM, Eric Hoch wrote: > Hi Keith, > On Tue, 30 Dec 2003 17:00:19 -0500, Keith Conger wrote: >> Hi, >> >> Its a little involved but... The short answer is, you can >> checkout experimental/gnome. Then add it to your fink.conf under >> the tree section. > > O.K. I am not Vincent but I wanted to test gnome 2.4 out too so I > did as you said and so far so good but how do I now tell fink to > compile the bundle-gnome for 2.4 if I type "fink install > bundle-gnome" fink still builds gnome 1.4. > > Any hints. OK, quickie instructions for installing GNOME 2.4 from experimental CVS: 1. Type 'cvs -z3 -d:pserver:ano...@cv...:/cvsroot/fink login' (you will be prompted for your password - just hit return) 2. Now type 'cvs -z3 -d:pserver:ano...@cv...:/cvsroot/fink co experimental/gnome' 3. Move everything from the experimental/gnome/2.4/ into /sw/fink/10.3/local/main/finkinfo 4. Make sure that /sw/etc/fink.conf has the following text on the "Trees: ..." line: Trees: local/main unstable/main unstable/crypto stable/main stable/crypto local/bootstrap 5. Type 'fink index' 6. Now type 'fink install bundle-gnome' 7. Hang around for the multitude of questions, then go eat dinner. Or run a marathon. Or solve world hunger. If you haven't got it yet, this will take some time... That's how I get it going every time. Of course, you should also have run 'fink selfupdate' before you do all this, and ensure you have the unstable trees added to your "Trees: ..." line in fink.conf (there is a reliance upon some unstable packages). -Tony |