Diff for /parser3/INSTALL between versions 1.24 and 1.29

version 1.24, 2002/06/24 15:26:34 version 1.29, 2002/12/26 12:27:27
Line 70 Line 70
     patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context2.patch      patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context2.patch
     patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context3.patch      patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context3.patch
     patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context4.patch      patch -p0 < $D/parser3project/parser3/src/lib/patches/libxml_transcoder_context4.patch
     ./configure --prefix=$D/gnome --without-zlib      ./configure --prefix=$D/gnome --without-zlib --without-iconv
     make install      make install
   
     libxslt:  [ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxslt/libxslt-1.0.9.tar.gz]      libxslt:  [ftp://ftp.gnome.org/pub/GNOME/stable/sources/libxslt/libxslt-1.0.9.tar.gz]
Line 129 Line 129
     ./configure --prefix=$D/gnome       ./configure --prefix=$D/gnome 
     make install      make install
   
     gmime:  [http://spruce.sourceforge.net/gmime/sources/gmime-1.0.1.tar.gz]      gmime:  [http://spruce.sourceforge.net/gmime/sources/gmime-1.0.5.tar.gz]
   
     cd gmime-x.x.x      cd gmime-x.x.x
     ./configure --prefix=$D/gnome      ./configure --prefix=$D/gnome
Line 166 Line 166
   option to configure.    option to configure.
   file::exec, file::cgi and mail:send (unix version) methods would be disabled.    file::exec, file::cgi and mail:send (unix version) methods would be disabled.
   
   You can disable reading and executing files, belonging to group     You can enable reading and executing files, not belonging to group+user 
   other then current by setting    other then effective by setting
   --disable-foreign-group-files    --disable-safe-mode
   option to configure.    option to configure.
       
   You can disable user-configured sendmail commands by forcing it, setting    You can disable user-configured sendmail commands by forcing it, setting
   "--with=sendmail=COMMAND"    "--with=sendmail=COMMAND"
   option to configure.    option to configure.
     
     In case you are experiencing problem with gcc runtime exception handling,
     try to configure with
     --with-sjlj-exceptions
     option.  
   
   Some root config options can be specified at configure time, and would override autodetects.    Some root config options can be specified at configure time, and would override autodetects.
   

Removed from v.1.24  
changed lines
  Added in v.1.29


E-mail: