|
|
| version 1.31.6.5, 2003/07/22 12:01:54 | version 1.36, 2004/02/12 07:10:11 |
|---|---|
| Line 59 | Line 59 |
| 3.What other libraries are needed to compile/install parser? | 3.What other libraries are needed to compile/install parser? |
| 3a. In case you wish XML(xdoc and xnode classes) support, you need libraries | 3a. In case you wish XML(xdoc and xnode classes) support, you need libraries |
| libxml2 >= 2.5.5 [ftp://xmlsoft.org/libxml2-2.5.5.tar.gz] | libxml2 >= 2.6.5 [ftp://xmlsoft.org/libxml2-2.6.5.tar.gz] |
| libxslt >= 1.0.28 [ftp://xmlsoft.org/libxslt-1.0.28.tar.gz] | libxslt >= 1.1.2 [ftp://xmlsoft.org/libxslt-1.1.2.tar.gz] |
| glib >= 1.2.10 [ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz] | glib >= 1.2.10 [ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz] |
| gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.4.tar.gz] | gdome2 >= 0.7.4 [http://gdome2.cs.unibo.it/tarball/gdome2-0.7.4.tar.gz] |
| on your system, and specify path to them to Parser3 configure script. | on your system, and specify path to them to Parser3 configure script. |
| Line 72 | Line 72 |
| libxml2: | libxml2: |
| cd libxml2-x.x.x | cd libxml2-x.x.x |
| ./configure --prefix=$HOME/gnome --without-zlib --without-iconv --silent | ./configure --prefix=$HOME/gnome --without-zlib --without-iconv --without-threads --silent |
| make install | make install |
| libxslt: | libxslt: |