Installation of GnuCash Install GnuCash by running the following commands: 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