glfs/xsoft/office/gnucash/gnucash-inst.xml

18 lines
492 B
XML
Raw Normal View History

<sect2>
<title>Installation of GnuCash</title>
<para>Install GnuCash by running the following commands:</para>
<para><screen><userinput>
sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \
sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new &amp;&amp;
cp configure.new configure &amp;&amp;
./configure --prefix=/opt/gnome &amp;&amp;
make &amp;&amp;
make install
</userinput></screen></para>
</sect2>