From 5b609ef9e2c89ec96d674cf152df5fb5074bdbb9 Mon Sep 17 00:00:00 2001 From: Vitaliy Ivanov Date: Mon, 15 Jul 2013 14:20:16 +0200 Subject: [PATCH] Adding mininet doxygen installation dependencies. Right now after installing mininet using util/install.sh there is a problem when try to generate doc: make doc doxygen doc/doxygen.cfg make: doxygen: Command not found make: *** [doc] Error 127 Adding doxygen, doxypy and texlive-fonts-recommended packages to fix the problem. --- util/install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/util/install.sh b/util/install.sh index 424d0ac..ccea244 100755 --- a/util/install.sh +++ b/util/install.sh @@ -136,6 +136,7 @@ function mn_deps { echo "Installing Mininet dependencies" $install gcc make socat psmisc xterm ssh iperf iproute telnet \ python-setuptools cgroup-bin ethtool help2man \ + doxygen doxypy texlive-fonts-recommended \ pyflakes pylint pep8 # Add sysctl parameters as noted in the INSTALL file to increase kernel