Skip to content

Commit

Permalink
Change link to Microsoft Visual C++ Redistributable for Visual Studio…
Browse files Browse the repository at this point in the history
… 2019.
  • Loading branch information
dlemstra committed Jul 16, 2019
1 parent 28114f4 commit e596bd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Readme.md
Expand Up @@ -54,7 +54,7 @@ here: https://www.imagemagick.org/script/porting.php.
Magick.NET no longer uses OpenMP because the C++ Redistributable is statically linked. OpenMP is used to perform multithreaded operation on
an image to increase the performance. The best use case for this would be a standalone applicatiom. Starting with Magick.NET 7.0.7.700 there
are extra packages for the x64 build of Magick.NET that has OpenMP support. This version requires you to install the
[Microsoft Visual C++ Redistributable for Visual Studio 2017](https://go.microsoft.com/fwlink/?LinkId=746572) on the machine that runs the
[Microsoft Visual C++ Redistributable for Visual Studio 2019](https://visualstudio.microsoft.com/downloads/) on the machine that runs the
application.

## Ghostscript
Expand Down

0 comments on commit e596bd9

Please sign in to comment.