scan.cc: update comment of valid_for_each_iteration
[pet.git] / README
blob334705ff8520102d6bd9ecbf6291cbf13f39b34b
1 Requirements:
3 - gmp (http://gmplib.org/)
4 - libyaml (http://pyyaml.org/wiki/LibYAML)
5 - LLVM/clang libraries, 2.9 or higher (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