Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 1 Jan 2000 13:27:29 -0800 (PST)
From:      Dan Busarow <dan@dpcsys.com>
To:        Nils Holland <ncptiddische@compuserve.com>
Cc:        FreeBSD-Questions <freebsd-questions@FreeBSD.ORG>
Subject:   Re: Some newbie-questions
Message-ID:  <Pine.BSF.3.96.1000101132000.8784B-100000@java.dpcsys.com>
In-Reply-To: <200001011608_MC2-930A-3907@compuserve.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 1 Jan 2000, Nils Holland wrote:
> Maybe someone can help me with this. To put it all in a short 
> sentence: How excactly do I install AfterStep and GNOME on a 
> bare-bones FreeBSD system?

Use the ports system.  If you did'nt install ports during the
initial installation use /stand/sysinstall to do so now.  Then

# cd /usr/ports
# cd x11-wm
# cd afterstep
# make
# make install
# cd /usr/ports
# cd x11
# cd gnome
# make 
# make install

The ports system should grab any missing dependencies like libz
for you automatically.

If you change permissions on /usr/ports/distfiles so that you can
write to it you'll only need root for the make install instead of
the whole process as I've shown.  Recommended :)

Dan
-- 
 Dan Busarow                                                  949 443 4172
 Dana Point Communications, Inc.                            dan@dpcsys.com
 Dana Point, California  83 09 EF 59 E0 11 89 B4   8D 09 DB FD E1 DD 0C 82



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.1000101132000.8784B-100000>