repo.or.cz
/
stinger.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Pull pagerank runners into functions for profiling.
[stinger.git]
/
SOURCEME.sh
blob
2a7e2c0e35fcbdccb97ce2ad6999f3d7ee4ef44a
1
#!/bin/bash
2
3
echo
Run this from your build directory ONLY
!
4
if
[ !
-e
data
];
then
5
ln
-s
..
/
html data
6
fi
7
export
PATH
=
`pwd`
/
bin
:
$PATH
8
export
LD_LIBRARY_PATH
=
`pwd`
/
lib
:
$LD_LIBRARY_PATH
9
export
PYTHONPATH
=
`pwd`
/
lib
:
$PYTHONPATH