update isl for fix in isl_map_intersect_params
[pet.git] / README
blob0054afa61e4c4fb986bb5de918bd27858ed32cd8
1 Requirements:
3 - gmp (http://gmplib.org/)
4 - libyaml (http://pyyaml.org/wiki/LibYAML)
5 - LLVM/clang (http://clang.llvm.org/get_started.html)
7 Compilation:
9         git clone git://repo.or.cz/pet.git
10         cd pet
11         git submodule init
12         git submodule update
13         ./autogen.sh
14         ./configure
15         make
16         make check