From 5be6124fdfd62bd1975e3e40a0ec0875cd801acd Mon Sep 17 00:00:00 2001 From: Nick Marnik Date: Fri, 13 Apr 2018 11:20:45 -0400 Subject: [PATCH] Fix graphviz link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cf8a50b8a..8dbe046b0 100644 --- a/README.md +++ b/README.md @@ -91,7 +91,7 @@ Detailed information about installation and usage of OSI can be found in the [Wi In order to generate the doxygen documentation for OSI, please follow the following steps: 1. Install [Doxygen](http://www.stack.nl/~dimitri/doxygen/download.html), set an environmental variable 'doxygen' with the path to the binary file and add it to the PATH variable: `PATH += %doxygen%`. 2. Download the [vg-1.5.0.zip](https://github.com/vgteam/vg/releases/tag/v1.5.0). Unpack and copy the content of folder /vg-1.5.0/contrib/proto2cpp to your desired `` -3. Install [graphviz-2.38](http://www.graphviz.org/Download_windows.php ), set an environmental variable 'graphviz' with the path to the binary file and add it to the PATH variable: `PATH += %graphviz%`. +3. Install [graphviz-2.38](https://graphviz.gitlab.io/_pages/Download/Download_windows.html), set an environmental variable 'graphviz' with the path to the binary file and add it to the PATH variable: `PATH += %graphviz%`. 4. From the cmd navigate to the build directory and run: ```cmd cmake -DFILTER_PROTO2CPP_PY_PATH=