graphviz: Graph visualization software¶
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.
License¶
Eclipse Public License 1.0
Upstream Contact¶
Type¶
optional
Version Information¶
Equivalent System Packages¶
alpine: install the following packages: graphviz-devel arch:
$ sudo pacman -S graphviz-devel
conda:
$ conda install graphviz-devel
cygwin:
$ apt-cyg install graphviz-devel
Debian/Ubuntu:
$ sudo apt-get install graphviz-devel
Fedora/Redhat/CentOS:
$ sudo yum install graphviz-devel
freebsd:
$ sudo pkg install graphviz-devel
homebrew:
$ brew install graphviz-devel
macports: install the following packages: graphviz-devel nix:
$ nix-env --install graphviz-devel
opensuse:
$ sudo zypper install graphviz-devel
void:
$ sudo xbps-install graphviz-devel
See https://repology.org/project/graphviz-devel/versions
If the system package is installed, ./configure will check whether it can be used.