glfs/x/wm/sawfish/sawfish-inst.xml
Larry Lawrence fea53a2dfe added sawfish-1.1a
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@115 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-08-20 01:39:46 +00:00

15 lines
361 B
XML

<sect2>
<title>Installation of sawfish</title>
<para>Install sawfish by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome2 &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>