glfs/x/wm/sawfish/sawfish-inst.xml
Larry Lawrence 5db890c63f update to rep-gtk-0.17 and sawfish-1.2-gtk2
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@380 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-11-11 01:14:56 +00:00

22 lines
688 B
XML

<sect2>
<title>Installation of sawfish</title>
<para>Install sawfish-&sawfish-version; 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>
<para>Install sawfish-1.2-gtk1 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/gnome &amp;&amp;
make &amp;&amp;
make install</userinput></screen></para>
</sect2>