/[svn]/INSTALL
ViewVC logotype

Diff of /INSTALL

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 911 by abate, Tue Jul 10 18:10:43 2007 UTC revision 912 by abate, Tue Jul 10 18:10:53 2007 UTC
# Line 28  Line 28 
28    
29  Furthermore if you want to load xml, html, and schema files remotely on the  Furthermore if you want to load xml, html, and schema files remotely on the
30  web (http, https, ftp, ...: e.g. load_html "http://www.cduce.org") you will  web (http, https, ftp, ...: e.g. load_html "http://www.cduce.org") you will
31  also need:  also need either:
32    
33  ocurl      => 0.15  ocurl      => 0.15
34    http://sourceforge.net/projects/ocurl/    http://sourceforge.net/projects/ocurl/
35    
36    or
37    
38    netclient  => 0.90.1
39      http://www.ocaml-programming.de/programming/netclient.html
40    
41    netclient support only the http protocol. curl supports in addition https,
42    ftp, and other protocols.
43    
44    
45  Important notes:  Important notes:
46    
# Line 146  Line 154 
154  EXPAT=true: build expat support (see below)  EXPAT=true: build expat support (see below)
155    default: false    default: false
156    
157  OCURL=true: build ocurl support  CURL=true: build ocurl support
158      default: false
159    
160    NETCLIENT=true: build netclient support
161    default: false    default: false
162      (note: if the support for both CURL and NETCLIENT are included, curl is used)
163    
164  PREFIX=/usr/local by default: where to install CDuce files (see  PREFIX=/usr/local by default: where to install CDuce files (see
165   Makefile.conf)   Makefile.conf)

Legend:
Removed from v.911  
changed lines
  Added in v.912

CVS Admin">CVS Admin
ViewVC Help
Powered by ViewVC 1.1.5