You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README-src.md
+7-6Lines changed: 7 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,18 +5,19 @@ Graphviz.NetWrapper
5
5
6
6
`Rubjerg.Graphviz` ships with precompiled Graphviz binaries to ensure the exact graphviz version is used that we have tested and to make deployment more predictable.
7
7
The current version we ship is Graphviz 11.0.0.
8
-
9
-
### Windows
10
-
`Rubjerg.Graphviz` ships with a bunch of precompiled Graphviz dlls built for 64 bit Windows.
11
8
This library is compatible with .NET Standard 2.0, but the nuget package only supports .NET5.0 and higher.
12
9
The unit tests run on windows and linux against .NET Framework .NET 8.0.
13
10
11
+
### Windows
12
+
`Rubjerg.Graphviz` ships with the necessary Graphviz binaries and dependencies built for 64 bit Windows.
13
+
14
14
### Linux
15
-
In the same vein as our windows build, we ship precompiled binaries to make sure that this library is deployed with the same binaries as we've tested it.
16
-
However, we do not ship graphviz dependencies, you will have to installed those yourself, if you need them.
15
+
In the same vein as our windows build, we ship Graphviz binaries to make sure that this library is deployed with the same binaries as we've tested it.
16
+
However, we do not ship all the dependencies of Graphviz.
17
+
You will have to make sure these are available on your system, if you need them.
17
18
[Here is a list of all the graphviz dependencies.](https://packages.fedoraproject.org/pkgs/graphviz/graphviz/fedora-rawhide.html#dependencies)
18
19
In practice you may not need all of those.
19
-
In particular, if you only want to read graphs and e.g. run the DOT algorithm, libc and libz are enough.
20
+
In particular, if you only want to read graphs and run the DOT layout algorithm, libc and libz are enough.
20
21
To run our tests successfully you will also need libgts and libpcre2 (for the neato algorithm).
21
22
For more details, check the dependencies of any graphviz binaries with `ldd`.
0 commit comments