Skip to content
Snippets Groups Projects
Commit 7d5a219b authored by Olivier Couet's avatar Olivier Couet
Browse files

- Info about the graphviz installation.

git-svn-id: http://root.cern.ch/svn/root/trunk@31203 27541ba8-7e3a-0410-8455-c3a389f83636
parent 53133e6b
No related branches found
No related tags found
No related merge requests found
The graphviz package is used by the TGraphStruct class to represent structural
information as diagrams of abstract graphs and networks.
This package can be downloaded from http://www.graphviz.org/.
To find graphviz the ROOT's configure file looks in standard locations. It is
possible to define a specific location using the configure flags:
--with-gviz-incdir="the directory where gvc.h is"
--with-gviz-libdir="the directory where the libgvc library is"
To install graphviz it is recommended to use the following configure flags:
--enable-static=yes --enable-shared=no --with-pic --prefix="graphviz installed here"
On 64 bits machines, the ROOT sources are compiled with the option -m64.
In that case graphviz should be also compiled in 64 bits mode. It might be the
default option, but on some machine it is not. In that case the environment
variable CC should be defined as:
CC="gcc -m64"
before doing configure.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment