We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3724cbd commit 8461c86Copy full SHA for 8461c86
make.sh
@@ -74,7 +74,7 @@ rule() {
74
}
75
;; setup)
76
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)"
+ echo "For the --html output you also need: graphviz and python3-pygments (optional)"
78
echo "For running the regression tests you also need: ruby, gem, curl, and the `os` gem"
79
echo "For reference see ./Dockerfile or ./scripts/travis-ci.sh"
80
opam_setup
0 commit comments