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
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ In particular, if you only want to read graphs and run the DOT layout algorithm,
21
21
To run our tests successfully you will also need libgts and libpcre2 (for the neato algorithm).
22
22
For more details, check the dependencies of any graphviz binaries with `ldd`.
23
23
24
+
It is currently not possible to use this package on linux in a non-portable application, i.e. an application that targets linux-x64.
25
+
The reason for this is that [dotnet flattens the directory structure of native dependencies when targetting a single runtime](https://github.com/dotnet/sdk/issues/9643), and this breaks graphviz.
26
+
24
27
## Installation
25
28
26
29
Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to your project.
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -21,6 +21,9 @@ In particular, if you only want to read graphs and run the DOT layout algorithm,
21
21
To run our tests successfully you will also need libgts and libpcre2 (for the neato algorithm).
22
22
For more details, check the dependencies of any graphviz binaries with `ldd`.
23
23
24
+
It is currently not possible to use this package on linux in a non-portable application, i.e. an application that targets linux-x64.
25
+
The reason for this is that [dotnet flattens the directory structure of native dependencies when targetting a single runtime](https://github.com/dotnet/sdk/issues/9643), and this breaks graphviz.
26
+
24
27
## Installation
25
28
26
29
Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to your project.
0 commit comments