Installation of sawfish
Install sawfish-&sawfish-version; by running the following commands:
./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome2 &&
make &&
make install
Install sawfish-1.2-gtk1 by running the following commands:
./configure --prefix=/usr --libexec=/usr/sbin --infodir=/usr/share/info --enable-capplet \
--with-gdk-pixbuf --with-gnome-prefix=/opt/gnome &&
make &&
make install