|
|
| version 1.44, 2005/12/01 15:09:59 | version 1.44.2.1, 2005/12/08 09:39:27 |
|---|---|
| Line 87 | Line 87 |
| wget ftp://xmlsoft.org/libxml2-2.6.22.tar.gz | wget ftp://xmlsoft.org/libxml2-2.6.22.tar.gz |
| gunzip -c libxml2-2.6.22.tar.gz | tar vxf - | gunzip -c libxml2-2.6.22.tar.gz | tar vxf - |
| cd libxml2-2.6.22 | cd libxml2-2.6.22 |
| #sax1, output, tree, xinclude[in libxslt], xptr[xinclude]-- needed! | #sax1, output, tree, xinclude[in libxslt], html[in libxslt, mode=html?] xptr[xinclude]-- needed! |
| ./configure --prefix=$HOME/parser3project/gnome \ | ./configure --prefix=$HOME/parser3project/gnome \ |
| --with-html --without-iconv --without-threads --without-debug \ | --without-iconv --without-threads --without-debug \ |
| --without-iso8859x --without-legacy \ | --without-iso8859x --without-legacy \ |
| --without-pattern --without-push --without-python \ | --without-pattern --without-push --without-python \ |
| --without-reader --without-writer --without-readline --without-regexps \ | --without-reader --without-writer --without-readline --without-regexps \ |