(* OASIS_START *)
(* DO NOT EDIT (digest: 43d18e2a8c7600e3c02560489eb7e7c7) *)

This is the INSTALL file for the ppx_core distribution.

This package uses OASIS to generate its build system. See section OASIS for
full information.

Dependencies
============

In order to compile this package, you will need:

* ocaml (>= 4.02.3)
* findlib (>= 1.3.2)
* compiler-libs
* ppx_tools for executable gen, executable gen_ast_builder,
  executable gen_ast_pattern

Installing
==========

1. Uncompress the source archive and go to the root of the package
2. Run 'ocaml setup.ml -configure'
3. Run 'ocaml setup.ml -build'
4. Run 'ocaml setup.ml -install'

Uninstalling
============

1. Go to the root of the package
2. Run 'ocaml setup.ml -uninstall'

OASIS
=====

OASIS is a program that generates a setup.ml file using a simple '_oasis'
configuration file. The generated setup only depends on the standard OCaml
installation: no additional library is required.

(* OASIS_STOP *)
