2

The Graphviz download page has to links, one for a .msi file and another for a .zip

when running the .msi, it looks that it's for 32 bits, since the default directory installation is "Program Files (x86)", which is where the 32-bit installations go.

There are no instructions on what to do with the .zip

Has anyone installed the 64-bit version of Graphviz? Is there an installation script that installs the executables? If so, where can I find it?
(I hope it exists, because I can't compile source code in my machine.)

Many thanks in advance,

Alex

Alex
  • 19
  • 1
  • 5

1 Answers1

1

A litte late, but in case someone needs an answer : By now, there seems to be no official 64bit support by graphviz. I found a discussion on github about graphviz for python where you can find a link to a github repository, that leading to an adapted graphviz solution for Visual Studio with 64bit support. In another discussion on github a link to an AppVeyor project is provided, which also includes a 64bit configuration. Unfortunately this one seems to be abandoned.

AquilaRapax
  • 1,086
  • 8
  • 22