Skip to content

Commit e249d75

Browse files
committed
Update README.md
Add graphviz.
1 parent 7b6d630 commit e249d75

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,12 +98,13 @@ winget install Microsoft.VisualStudio.2022.Community -e
9898
winget install Git.Git -e
9999
winget install Python.Python.3 -e
100100
winget install doxygen -e
101+
winget install graphviz -e
101102
```
102103
- Note 1: After installing VS CODE, install the [C++ Extension Pack](https://marketplace.visualstudio.com/items?itemName=ms-vscode.cpptools-extension-pack) and the [Gcov Viewer extension](https://marketplace.visualstudio.com/items?itemName=JacquesLucke.gcov-viewer) to the VS CODE.
103104
- Note 2: The above winget install the CMake installer only. Run the CMake once and complete the installation.
104105
- Note 3: The above wget install the VisualStudio launcher only. [Install the C++ workload](https://docs.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170) after winget installation.
105106

106-
After the installation, set the PATH environment variable for CMake, Visual Studio C and Git.
107+
After the installation, set the PATH environment variable for CMake, Visual Studio, Git and Graphviz.
107108

108109
### WSL2
109110

0 commit comments

Comments
 (0)