glfs/gnome/lib/scrollkeeper/scrollkeeper-inst.xml
Larry Lawrence da013fc429 Fixed errors in Gnome discovered by Billy
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@217 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-09-11 01:32:28 +00:00

15 lines
415 B
XML

<sect2>
<title>Installation of scrollkeeper</title>
<para>Install scrollkeeper by running the following commands:</para>
<para><screen><userinput>./configure --prefix=/opt/gnome2 --sysconfdir=/etc \
--localstatedir=/var --disable-static \
--with-omfdirs=/usr/share/omf:/opt/gnome/share/omf:\
/opt/kde/share/omf:/opt/gnome2/share/omf &amp;&amp;
make &amp;&amp;
make install </userinput></screen></para>
</sect2>