X-Git-Url: https://git.hcoop.net/bpt/coccinelle.git/blobdiff_plain/aba5c4579802a0df4fc1e60559a8ff389cc0cc42..97111a47d707638a835d7498276ac6768a052ee8:/install.txt diff --git a/install.txt b/install.txt index fd357c8..d42adee 100644 --- a/install.txt +++ b/install.txt @@ -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