/[svn]/INSTALL
ViewVC logotype

Diff of /INSTALL

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

revision 641 by abate, Tue Jul 10 17:49:23 2007 UTC revision 642 by abate, Tue Jul 10 17:50:09 2007 UTC
# Line 80  Line 80 
80  - make all  - make all
81    equivalent to (make cduce dtd2cduce webiface webpages)    equivalent to (make cduce dtd2cduce webiface webpages)
82    
83    - make install
84      (see PREFIX below)
85    
86  Makefile accepts the following options, which can take the values  Makefile accepts the following options.
 true or false.  
87    
88  NATIVE=true   : use the OCaml native code compiler (ocamlopt) to build CDuce  NATIVE=true   : use the OCaml native code compiler (ocamlopt) to build CDuce
89  NATIVE=false  : use the OCaml bytecode compiler (ocamlc)  NATIVE=false  : use the OCaml bytecode compiler (ocamlc)
# Line 92  Line 93 
93  PXP_WLEX=false: use ocamllex for parsing UTF-8 XML files  PXP_WLEX=false: use ocamllex for parsing UTF-8 XML files
94    default: false (ocamllex is faster; wlex is more compact)    default: false (ocamllex is faster; wlex is more compact)
95    
96    PREFIX=/usr/local by default: where to install CDuce files (see
97     Makefile.conf)
98    
99  E.g.:  E.g.:
100    make cduce NATIVE=false    make cduce NATIVE=false
101    
# Line 122  Line 126 
126  line.  line.
127    
128  Note: the current wrapper for expat does not support inclusion  Note: the current wrapper for expat does not support inclusion
129  of external entities. Moreover I encounter random segfaults...  of external entities. Moreover, the error messages in case of
130    ill-formed XML are less informative than PXP's.

Legend:
Removed from v.641  
changed lines
  Added in v.642

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