Skip to content

Commit 9ba9b7c

Browse files
committed
Merge remote-tracking branch 'origin/master' into linux
2 parents 3e80082 + 2dae62b commit 9ba9b7c

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

README-src.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Pull request that fall within the scope of this project are welcome.
3636
You can either add this library as a nuget package to project, or include the source and add a
3737
project reference.
3838

39+
To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries.
40+
You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
41+
3942
### Adding as a Nuget package
4043
Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to
4144
your project.

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@ Pull request that fall within the scope of this project are welcome.
3636
You can either add this library as a nuget package to project, or include the source and add a
3737
project reference.
3838

39+
To run the code from this library, you must have the Microsoft Visual C++ Redistributable (2015-2022) installed, which provides the required runtime libraries.
40+
You can download it from the [official Microsoft website](https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist).
41+
3942
### Adding as a Nuget package
4043
Add the [Rubjerg.Graphviz nuget package](https://www.nuget.org/packages/Rubjerg.Graphviz/) to
4144
your project.

0 commit comments

Comments
 (0)