Skip to content

Commit

Permalink
Mention graphviz dependency for g2html
Browse files Browse the repository at this point in the history
  • Loading branch information
sim642 committed Feb 19, 2025
1 parent 746d436 commit a935456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rule() {
fi
cd webapp && npm install && npm start
;; jar)
echo "Make sure you have the following installed: javac, ant"
echo "Make sure you have the following installed: javac, ant, dot (from graphviz)"
if test ! -e "g2html/build.xml"; then
git submodule update --init --recursive g2html
fi
Expand Down

0 comments on commit a935456

Please sign in to comment.