Subject: Re: Getting Gnome up quickly after initial install
To: None <netbsd-users@netbsd.org>
From: Mark Weinem <mark.weinem@alumni.uni-duisburg-essen.de>
List: netbsd-users
Date: 12/11/2006 11:36:09
Trey Sizemore:
>Just did a 'make' in that directory (did I need to
> do a 'make install' afterward? [...]
Yes, 'make install' as second step.
But it's faster to use the pre-build binary packages and to install them
with 'pkg_add -fuuv gnome'
You need to set the $PKG_PATH in root's .profile file:
export PKG_PATH= \
"ftp://ftp.fr.netbsd.org/pub/NetBSD/packages/pkgsrc-2006Q3/NetBSD-3.0/i386/All;ftp://ftp.fr.netbsd.org/pub/NetBSD/packages/pkgsrc-2006Q3/NetBSD-3.0/i386/vulnerable"
Greetings, Mark