libgraphviz: Graph visualization software (callable library)#
Description#
Graphviz is open source graph visualization software. It has several main graph layout programs. They take descriptions of graphs in a simple text language, and make diagrams in several useful formats.
This script package represents the callable library.
License#
Eclipse Public License 1.0
Upstream Contact#
Type#
optional
Dependencies#
Version Information#
Equivalent System Packages#
alpine: install the following packages: graphviz-dev
arch:
$ sudo pacman -S graphviz
conda:
$ conda install graphviz
cygwin:
$ apt-cyg install graphviz
Debian/Ubuntu:
$ sudo apt-get install libgraphviz-dev
Fedora/Redhat/CentOS:
$ sudo yum install graphviz
freebsd:
$ sudo pkg install graphics/graphviz
homebrew:
$ brew install graphviz
macports: install the following packages: graphviz
nix:
$ nix-env --install graphviz
opensuse:
$ sudo zypper install graphviz
void:
$ sudo xbps-install graphviz
See https://repology.org/project/graphviz/versions
If the system package is installed, ./configure will check whether it can be used.