.. _spkg_libgraphviz:

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

https://graphviz.org/about/

Type
----

optional


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


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

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

.. CODE-BLOCK:: bash

    $ sudo pacman -S  graphviz

conda:

.. CODE-BLOCK:: bash

    $ conda install graphviz

cygwin:

.. CODE-BLOCK:: bash

    $ apt-cyg install graphviz

Debian/Ubuntu:

.. CODE-BLOCK:: bash

    $ sudo apt-get install  libgraphviz-dev

Fedora/Redhat/CentOS:

.. CODE-BLOCK:: bash

    $ sudo yum install  graphviz

freebsd:

.. CODE-BLOCK:: bash

    $ sudo pkg install graphics/graphviz

homebrew:

.. CODE-BLOCK:: bash

    $ brew install graphviz

macports:
install the following packages: graphviz
nix:

.. CODE-BLOCK:: bash

    $ nix-env --install graphviz

opensuse:

.. CODE-BLOCK:: bash

    $ sudo zypper install graphviz

void:

.. CODE-BLOCK:: bash

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

