about summary refs log tree commit diff
path: root/sourcecodes/build.sh
diff options
context:
space:
mode:
Diffstat (limited to 'sourcecodes/build.sh')
-rw-r--r--sourcecodes/build.sh9
1 files changed, 9 insertions, 0 deletions
diff --git a/sourcecodes/build.sh b/sourcecodes/build.sh
new file mode 100644
index 00000000..a5958fd7
--- /dev/null
+++ b/sourcecodes/build.sh
@@ -0,0 +1,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
+
+
+