-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinstall.sh
More file actions
executable file
·39 lines (30 loc) · 776 Bytes
/
Copy pathinstall.sh
File metadata and controls
executable file
·39 lines (30 loc) · 776 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# compile stxxl (require cmake)
#echo "================ install iGDA dependences ==============="
#echo "install stxxl"
#cd tools/stxxl
#mkdir -p build
#cd build
#cmake -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=./local/stxxl ..
#make install
#cd ../../..
# configure stxxl
#echo "disk=./tmp_stxxl,8G,syscall unlink" > $HOME/.stxxl
# compile graphviz
#echo "install graphviz"
#cd tools/graphviz/
#tar -zxvf graphviz.tar.gz
#cd ./graphviz-2.40.1
#./autogen.sh
#mkdir -p build
#./configure --prefix=$(pwd)/build
#make
#make install
#cd ../../..
# compile iGDA
echo "build iGDA"
make
# copy script to bin
#cp ./script/igda_pipe_ont ./bin
#chmod u+x ./bin/igda_pipe_ont
# copy tred into bin folder
#cp ./tools/graphviz/graphviz-2.40.1/build/bin/tred bin/igda_tred