.. _spkg_graphviz:

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
----------------

https://graphviz.org/about/

Type
----

optional


Version Information
-------------------


Equivalent System Packages
--------------------------

alpine:
install the following packages: graphviz-devel
arch:

.. CODE-BLOCK:: bash

    $ sudo pacman -S  graphviz-devel

conda:

.. CODE-BLOCK:: bash

    $ conda install graphviz-devel

cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install graphviz-devel

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  graphviz-devel

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  graphviz-devel

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install graphviz-devel

homebrew:

.. CODE-BLOCK:: bash

    $ brew install graphviz-devel

macports:
install the following packages: graphviz-devel
nix:

.. CODE-BLOCK:: bash

    $ nix-env --install graphviz-devel

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install graphviz-devel

void:

.. CODE-BLOCK:: bash

    $ 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.

