glfs/xsoft/office/gnucash/gnucash-inst.xml
Billy O 'Connor c0a7b522f4 Updated GnuCash section.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@481 af4574ff-66df-0310-9fd7-8a98e5e911e0
2002-12-15 05:32:46 +00:00

14 lines
259 B
XML

<sect2>
<title>Installation of GnuCash</title>
<para>Install gnucash by running the following commands:</para>
<para><screen><userinput>
./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>