repo.or.cz
/
ppcg.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
update pet for resetting of user pointers on parameters
[ppcg.git]
/
README
blob
5faea3f83f4dd0c439c937bff9b107d81f59bc69
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/ppcg.git
10
cd ppcg
11
git submodule init
12
git submodule update
13
./autogen.sh
14
./configure
15
make
16
make check