Added graphviz dependency
This commit is contained in:
parent
d49160b6ea
commit
50fdeaf253
|
@ -10,6 +10,7 @@ addons:
|
||||||
- texlive-fonts-recommended
|
- texlive-fonts-recommended
|
||||||
- texlive-latex-extra
|
- texlive-latex-extra
|
||||||
- latex-xcolor
|
- latex-xcolor
|
||||||
|
- graphviz
|
||||||
|
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
|
|
|
@ -6,8 +6,8 @@ How to build this project
|
||||||
|
|
||||||
To install the build dependencies of this project on a clean Ubuntu 14.04
|
To install the build dependencies of this project on a clean Ubuntu 14.04
|
||||||
machine, first install a recent [snapshot version of
|
machine, first install a recent [snapshot version of
|
||||||
racket](https://pre.racket-lang.org/installers/). Then run the following
|
racket](https://pre.racket-lang.org/installers/). You will also need
|
||||||
commands:
|
to install `graphviz`. Then run the following commands:
|
||||||
|
|
||||||
cd graph-lib/
|
cd graph-lib/
|
||||||
sudo apt-get install git
|
sudo apt-get install git
|
||||||
|
|
Loading…
Reference in New Issue
Block a user