Release coccinelle-0.1
[bpt/coccinelle.git] / install.txt
CommitLineData
34e49164
C
1You must first install a recent version of
2 - OCaml (at least 3.09.2),
3 see http://caml.inria.fr/download.en.html
4 - the Menhir parser generator (at least 20080912),
5 see http://cristal.inria.fr/~fpottier/menhir/
6 (unless you got a version of the coccinelle source with
7 the SmPL parser pre-generated)
8 - Python and its development files (python-dev)
9 (unless you run configure with the --without-python option)
10
11
12Then simply type
13 ./configure
14 make depend
15 make
16 make install
17