                        Installation of Camlmix
                        -----------------------

Compilation:
------------

With GNU make:

  make

Otherwise:

  ocamllex lexer.mll
  ocamlyacc parser_directive.mly
  ocamlopt -o camlmix.exe unix.cmxa version.ml lexer.mli lexer.ml parser_directive.mli parser_directive.ml directive.ml main.ml


Installation:
-------------

Please read the LICENSE file.
Do:

  make install

or just copy camlmix or camlmix.exe to a directory which is known to
contain other executables.


Other:
------
Thanks to Jean-Baptiste Rouquier for testing on Cygwin.


--
Martin Jambon <martin_jambon@emailuser.net>
