glfs/xsoft/office/gnucash/gnucash-inst.xml
Billy O 'Connor 1459b3af51 Correct indentation.
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@1583 af4574ff-66df-0310-9fd7-8a98e5e911e0
2003-12-06 06:29:36 +00:00

14 lines
311 B
XML

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