glfs/gnome/add/nautilus/nautilus-inst.xml
Larry Lawrence da013fc429 Fixed errors in Gnome discovered by Billy
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@217 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-11 01:32:28 +00:00

13 lines
309 B
XML

<sect2>
<title>Installation of nautilus</title>
<para>Install nautilus by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/opt/gnome2 --sysconfdir=/etc/gnome \
--libexecdir=/opt/gnome2/sbin &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>