From cc7d52c1a3acb6ba8936f0589a62be61ce30cf57 Mon Sep 17 00:00:00 2001 From: Douglas RAILLARD Date: Mon, 4 Mar 2019 10:58:02 +0000 Subject: [PATCH] install_base_ubuntu: Add graphviz Exekall can make use of the "dot" command line tool to render a graph of the testcases. Install it even though it's optional. --- install_base_ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install_base_ubuntu.sh b/install_base_ubuntu.sh index 637789bd3..c0f23b8a5 100755 --- a/install_base_ubuntu.sh +++ b/install_base_ubuntu.sh @@ -77,7 +77,7 @@ apt-get update # venv is not installed by default on Ubuntu, even though it is part of the # Python standard library -apt-get -y install build-essential git wget expect kernelshark \ +apt-get -y install build-essential git wget expect kernelshark graphviz\ python3 python3-dev python3-pip python3-venv python3-setuptools python3-tk \ gobject-introspection libcairo2-dev libgirepository1.0-dev gir1.2-gtk-3.0 -- GitLab