Skip to content

Commit a935456

Browse files
committed
Mention graphviz dependency for g2html
1 parent 746d436 commit a935456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: make.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ rule() {
101101
fi
102102
cd webapp && npm install && npm start
103103
;; jar)
104-
echo "Make sure you have the following installed: javac, ant"
104+
echo "Make sure you have the following installed: javac, ant, dot (from graphviz)"
105105
if test ! -e "g2html/build.xml"; then
106106
git submodule update --init --recursive g2html
107107
fi

0 commit comments

Comments
 (0)