2002-12-15 13:32:46 +08:00
|
|
|
<sect2>
|
|
|
|
<title>Installation of GnuCash</title>
|
|
|
|
|
2002-12-18 09:56:48 +08:00
|
|
|
<para>Install GnuCash by running the following commands:</para>
|
2002-12-15 13:32:46 +08:00
|
|
|
|
2003-02-02 00:51:51 +08:00
|
|
|
<para><screen><userinput>sed 's/^GTKHTML_LIBS.*$/GTKHTML_LIBS=\`pkg-config --libs gtkhtml-1.1\`/' \configure | \
|
2002-12-18 09:56:48 +08:00
|
|
|
sed 's/^GTKHTML_CFLAGS.*$/GTKHTML_CFLAGS=\`pkg-config --cflags gtkhtml-1.1\`/' > configure.new &&
|
|
|
|
cp configure.new configure &&
|
|
|
|
|
2002-12-15 13:32:46 +08:00
|
|
|
./configure --prefix=/opt/gnome &&
|
|
|
|
make &&
|
2003-02-02 00:51:51 +08:00
|
|
|
make install</userinput></screen></para>
|
2002-12-15 13:32:46 +08:00
|
|
|
|
|
|
|
</sect2>
|
|
|
|
|