Release of coccinelle 1.0.0-rc9
[bpt/coccinelle.git] / install.txt
index fd357c8..d42adee 100644 (file)
@@ -13,6 +13,21 @@ You must first install a recent version of
  - Python and its development files (python-dev)
    (unless you run configure with the --without-python option)
 
+On Debian/Ubuntu, install the following packages
+ - ocaml-native-compilers (or alternatively ocaml) 
+ - ocaml-findlib
+ - libpycaml-ocaml-dev
+ - libsexplib-camlp4-dev
+ - menhir and libmenhir-ocaml-dev
+
+On Fedora, install the following packages
+ - ocaml
+ - ocaml-findlib
+ - ocaml-sexplib-devel
+
+Note that on Fedora, there is currently not
+package for menhir and pycaml.
+
 Then simply type
  ./configure
  make depend