2002-08-20 09:39:46 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of sawfish</title>
|
|
|
|
|
2002-08-31 23:36:53 +08:00
|
|
|
<para>Install sawfish-&sawfish-version; by running the following commands:</para>
|
2002-08-20 09:39:46 +08:00
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
|
|
|
|
--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome2 &&
|
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
2002-11-11 09:14:56 +08:00
|
|
|
<para>Install sawfish-1.2-gtk1 by running the following commands:</para>
|
2002-08-31 23:36:53 +08:00
|
|
|
|
|
|
|
<para><screen><userinput>./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
|
|
|
|
--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome &&
|
|
|
|
make &&
|
|
|
|
make install</userinput></screen></para>
|
|
|
|
|
2002-08-20 09:39:46 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|
|
|
|
|