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.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,7 +88,7 @@ Documentation
88
88
89
89
In order to generate the doxygen documentation for OSI, please follow the following steps:
90
90
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 PATH `<old-path>;%doxygen%`.
91
-
2.Clone the [git repository containing the filter proto2cpp.py](https://github.com/vgteam/vg.git). The filter can then be found under vg/contrib/proto2cpp.
91
+
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 `<path-to-proto2cpp.py>`
92
92
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 PATH `<old-path>;%graphviz%`.
93
93
4. From the cmd navigate to the build directory and run:
0 commit comments