Skip to content

Commit 8461c86

Browse files
committed
Update make setup for new HTML output
1 parent 3724cbd commit 8461c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ rule() {
7474
}
7575
;; setup)
7676
echo "Make sure you have the following installed: opam >= 2.0.0, git, patch, m4, autoconf, libgmp-dev, libmpfr-dev, pkg-config"
77-
echo "For the --html output you also need: javac, ant, dot (graphviz)"
77+
echo "For the --html output you also need: graphviz and python3-pygments (optional)"
7878
echo "For running the regression tests you also need: ruby, gem, curl, and the `os` gem"
7979
echo "For reference see ./Dockerfile or ./scripts/travis-ci.sh"
8080
opam_setup

0 commit comments

Comments
 (0)