+ There are two ways to install GNOME on FreeBSD. One way is to use
+ packages, and the other way is to use ports.
+
+ To install GNOME from packages, use the command:
+
+ # pkg_add -r gnome
+
+ This will download the latest GNOME packages from the FreeBSD FTP
+ site, and proceed to intall them on your system. Note: As of
+ 4.4-STABLE, installing GNOME from packages is broken. You should
+ instead use the ports method below.
+
+ To build and install GNOME from ports, you should first
+ cvsup the latest ports tree. Then:
+
+
+# cd /usr/ports/x11/gnome
+# make all install clean
+
+
+ Building from ports is the preferred method for installing GNOME
+ on FreeBSD.
+
+ After GNOME is installed, you should edit /etc/make.conf,
+ and add the following lines. If /etc/make.conf does not
+ exist, create the file, then add the following lines:
+
+
+WITH_GTK=yes
+WITH_ESOUND=yes
+WITH_GNOME=yes
+
+
+ This last step is optional, but these lines enable other ports,
+ such as XMMS, to take advantage of the GNOME installation.
+ |
+