Skip to content

Commit 587003d

Browse files
committed
Merge #16914: doc: Update homebrew instruction for doxygen
14c6a2d [doc] update brew instruction for doxygen (Sjors Provoost) Pull request description: I noticed while testing #16912 that `brew install doxygen --with-graphviz` no long works. Instead you need to use `brew install graphviz doxygen`. ACKs for top commit: fanquake: ACK 14c6a2d - tested a `make docs` on macOS with and without `graphviz` (`dot`) available. Tree-SHA512: 2682568e558c16e9e0a657421c449b74cc14a89771844c1c88623fb75b07b89afb63c45a919eb7b9c3dba9bdfaef21489b5f7ea45a08d8d5da18614657c19e47
2 parents 630ec7b + 14c6a2d commit 587003d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/developer-notes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Documentation can be generated with `make docs` and cleaned up with `make clean-
193193

194194
Before running `make docs`, you will need to install dependencies `doxygen` and `dot`. For example, on macOS via Homebrew:
195195
```
196-
brew install doxygen --with-graphviz
196+
brew install graphviz doxygen
197197
```
198198

199199
Development tips and tricks

0 commit comments

Comments
 (0)