mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-08 02:27:28 +08:00
beceab95ab
gnome-config for gtkhml. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@512 af4574ff-66df-0310-9fd7-8a98e5e911e0
18 lines
492 B
XML
18 lines
492 B
XML
<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 &&
|
|
cp configure.new configure &&
|
|
|
|
./configure --prefix=/opt/gnome &&
|
|
make &&
|
|
make install
|
|
</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|