--- parser3/INSTALL 2002/01/31 11:11:43 1.2 +++ parser3/INSTALL 2002/02/08 11:14:18 1.4 @@ -3,15 +3,19 @@ 1.What is the process to compile Parser3? - As most UNIX libraries Parser3 follows the "standard": + As most UNIX programs Parser3 follows the "standard": mkdir $D/parser3project cd $D/parser3project - gunzip -c parser3src.xxx.tar.gz | tar xvf - + gunzip -c parser3-x.x.tar.gz | tar xvf - + mv parser3-x.x parser3 cd parser3 ./configure --prefix=/usr/local make + That renaming is needed for SQL drivers to be able to find + necessary include-file in Parser3 sources. + By default your would get 'parser3' binary without support of these features: * cache(hashfile class) * xml(xdoc and xnode classes) @@ -113,6 +117,6 @@ Parser3 configure option is --with-gnome-xml=$D/gnome -Alexandr Petrosian(PAF) +Alexandr Petrosian (http://paf.design.ru) -$Id: INSTALL,v 1.2 2002/01/31 11:11:43 paf Exp $ +$Id: INSTALL,v 1.4 2002/02/08 11:14:18 paf Exp $