From 50fdeaf2537022bff201af4229aefe57f42110c7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Wed, 20 Jan 2016 22:32:53 +0100 Subject: [PATCH] Added graphviz dependency --- .travis.yml | 1 + graph-lib/README.md | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 6c51f5e8..1d865b3e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,7 @@ addons: - texlive-fonts-recommended - texlive-latex-extra - latex-xcolor + - graphviz env: global: diff --git a/graph-lib/README.md b/graph-lib/README.md index 26fdc3aa..1e8aedee 100644 --- a/graph-lib/README.md +++ b/graph-lib/README.md @@ -6,8 +6,8 @@ How to build this project To install the build dependencies of this project on a clean Ubuntu 14.04 machine, first install a recent [snapshot version of - racket](https://pre.racket-lang.org/installers/). Then run the following - commands: + racket](https://pre.racket-lang.org/installers/). You will also need +to install `graphviz`. Then run the following commands: cd graph-lib/ sudo apt-get install git