JamieDixon / GraphViz-C-Sharp-Wrapper

GraphViz C# Wrapper
93 stars 55 forks source link

Error running build.bat #20

Open DylanReedy opened 6 years ago

DylanReedy commented 6 years ago

Hi there!

I want to use your wrapper to generate some graphs for a program I'm making in Unity3D. When I run build.bat, I get the following error:

error : Zip File Not Found: ..\src\GraphViz.zip

The .net path variable is set, etc... any thoughts?

Thanks!

raniarazak commented 5 years ago

Hi @DylanReedy , did you manage to fix this problem? I also have the same issue.

DylanReedy commented 5 years ago

No @raniarazak I'm sorry - I gave up on the tool

Isudin commented 4 years ago

Hello there @raniarazak , @DylanReedy I know it's been almost 3 year since you asked, but I found out the solution. You just need to download a package frome here https://www2.graphviz.org/Packages/stable/windows/10/msbuild/Release/Win32/ and put the zip file to the designated src folder (in my case users\UserName\source\repos\GraphViz-C-Sharp-Wrapper\src), also remember to rename the zip file to GraphViz.zip Hope it'll help you or someone else.