Release coccinelle-0.1.6a
[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)
485bce71
C
10 - pdftk and graphviz (with PDF support) if you want to use
11 the -graphical_trace option
34e49164
C
12
13Then simply type
14 ./configure
15 make depend
16 make
17 make install
18