about summary refs log tree commit diff
path: root/sourcecodes/build.sh
blob: a5958fd7ab467e094f86a7c88440758e8383df44 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash
gcc ./localscore/network_score.c ./localscore/libRmath.so -lm -o network_score
gcc ./print_structure/structure.c -lm -o structure

cd ./k-best/src/
./buildk_poster.sh