repo.or.cz
/
pet.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pet_expr_is_equal: not equal if access relation is missing
[pet.git]
/
README
blob
334705ff8520102d6bd9ecbf6291cbf13f39b34b
1
Requirements:
2
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)
6
7
Compilation:
8
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