|
|
| version 1.49, 2012/06/13 10:28:56 | version 1.50, 2012/06/13 21:44:40 |
|---|---|
| Line 148 cd $parser3_directory | Line 148 cd $parser3_directory |
| if test ! -f "Makefile"; then | if test ! -f "Makefile"; then |
| options="$@" | options="$@" |
| options="$options --with-static-gc=$project_directory/gc/lib" | options="$options --with-gc=$project_directory/gc/lib" |
| options="$options --with-static-pcre=$project_directory/pcre" | options="$options --with-pcre=$project_directory/pcre" |
| options="$options --with-static-xml=$project_directory/gnome" | options="$options --with-xml=$project_directory/gnome" |
| # options="$options --with-apache" | # options="$options --with-apache" |
| # options="$options --disable-safe-mode" | # options="$options --disable-safe-mode" |
| # options="$options --disable-stringstream" | # options="$options --disable-stringstream" |
| Line 172 echo "DONE" | Line 172 echo "DONE" |
| echo | echo |
| echo | echo |
| echo "********************************************************************************************************" | echo "********************************************************************************************************" |
| echo "Now you can copy $install_directory with subdirectories" | echo "Now you can copy $install_directory/bin to your cgi-bin directory" |
| echo " -Parser3 with XML support-" | echo " -Parser3 with XML support-" |
| echo "to your cgi-bin directory" | |
| echo "Read more about installing Parser here:" | echo "Read more about installing Parser here:" |
| echo " http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English" | echo " http://www.parser.ru/en/docs/lang/install4apachecgi.htm in English" |
| echo " http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian" | echo " http://www.parser.ru/docs/lang/install4apachecgi.htm in Russian" |