Skip to content

Commit 1d0e134

Browse files
author
Stefanie Dukovac
committed
added script to build all from root
1 parent 920bb9c commit 1d0e134

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

rebuild.sh

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
#!/bin/bash
2+
3+
4+
cd lib/libsg/build && cmake .. && gmake
5+
cd -
6+
7+
cd server/lib/libsgd/build && cmake .. && gmake
8+
cd -
9+
10+
cd server/build && gmake clean && cmake .. && gmake
11+
cd -
12+
13+
cd clients/build && gmake clean && cmake .. && gmake
14+
cd -
15+

0 commit comments

Comments
 (0)