glfs/gnome/add/gcalctool/gcalctool-inst.xml
Igor Živković 4dc5fb39ed added gnome-netstatus and gcalctool
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2125 af4574ff-66df-0310-9fd7-8a98e5e911e0
2004-05-08 18:18:24 +00:00

12 lines
397 B
XML

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