Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd1b1f37db8631a539dd9ca4fbf74c30 > files > 194

camlp5-5.12-2mdv2010.0.i586.rpm

INSTALL UNDER UNIX

  You need the ocaml compiler installed. It must be accessible in the path.

1. Choose which compilation mode "transitional" or "strict" (see the
   file "MODE") and do either:
     ./configure --transitional
   or:
     ./configure --strict
  
2. Then, to make everything, do:
     make world.opt

    Alternatively, you can decompose the operations into:
       make
    Then, to make camlp5 check itself:
       make bootstrap
    Further, to make the native-code library:
       make opt
    At end, to make more native-code programs:
       make opt.opt

3. Become root and do:
     make install

INSTALL UNDER WINDOWS

  Under Windows, you need the Cygwin environment. The above directives
  apply.