Skip to content

Commit 71a999e

Browse files
committed
Package doxygen is not required to build from source.
Signed-off-by: Christophe Stilmant <[email protected]>
1 parent 791cdd5 commit 71a999e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,10 +69,10 @@ Be sure to replace `<#>` with a number value, such as `1` or `2`, depending on w
6969

7070
### Prerequisites
7171

72-
The prerequisites of `gz-cmake` are `cmake` and `doxygen`. Ubuntu users can install these packages with:
72+
The only prerequisite of `gz-cmake` is `cmake`. Ubuntu users can install cmake with the package manager:
7373

7474
```bash
75-
sudo apt install cmake doxygen
75+
sudo apt install cmake
7676
```
7777

7878
### Building from source

0 commit comments

Comments
 (0)