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.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user