glfs/gnome/lib/gnome-keyring/gnome-keyring-inst.xml
Larry Lawrence 6912bf394e add gnome-keyring-0.2.0
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1965 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-04-07 01:13:51 +00:00

13 lines
416 B
XML

<sect2>
<title>Installation of <application>gnome-keyring</application></title>
<para>Install <application>gnome-keyring</application> by running the following commands:</para>
<screen><userinput><command>./configure --prefix=`pkg-config --variable=prefix ORBit-2.0` \
--libexecdir=`pkg-config --variable=prefix ORBit-2.0`/sbin &amp;&amp;
make &amp;&amp;
make install</command></userinput></screen>
</sect2>