mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-02 22:07:15 +08:00
4a07003b1f
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@177 af4574ff-66df-0310-9fd7-8a98e5e911e0
22 lines
688 B
XML
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 &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
<para>Install sawfish-1.1-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 &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
|
|
</sect2>
|
|
|
|
|