Skip to content

Commit a4ee6df

Browse files
committed
updates README.md
1 parent 53a65d4 commit a4ee6df

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,12 +164,14 @@ To compile you will need Python >= 3.10 for for all build types.
164164
* ninja-build
165165
* python
166166
* libusb-1.0-0-dev
167+
* doxygen
167168

168169
* macOS
169170
* `xcode-select -–install`
170171
* `brew install cmake`
171172
* `brew install ninja`
172173
* `brew install python`
174+
* `brew install doxygen`
173175

174176

175177
#### Compiling for RP2:
@@ -181,6 +183,7 @@ To compile you will need Python >= 3.10 for for all build types.
181183
* python
182184
* gcc-arm-none-eabi
183185
* libnewlib-arm-none-eabi
186+
* doxygen
184187

185188
* macOS
186189
* `command xcode-select–install`
@@ -189,6 +192,7 @@ To compile you will need Python >= 3.10 for for all build types.
189192
* `brew install ninja`
190193
* `brew install python`
191194
* `brew install armmbed/formulae/arm-none-eabi-gcc`
195+
* `brew install doxygen`
192196

193197
* Windows
194198
* Not yet supported
@@ -202,13 +206,15 @@ To compile you will need Python >= 3.10 for for all build types.
202206
* build-essential
203207
* ninja-build
204208
* python
209+
* doxygen
205210

206211
* macOS
207212
* `command xcode-select–install`
208213
* `brew install make`
209214
* `brew install ninja`
210215
* `brew install python`
211216
* `brew install armmbed/formulae/arm-none-eabi-gcc`
217+
* `brew install doxygen`
212218

213219
* Windows
214220
* Not yet supported
@@ -249,6 +255,7 @@ To compile you will need Python >= 3.10 for for all build types.
249255
* libpipewire-0.3-dev
250256
* libwayland-dev
251257
* libdecor-0-dev
258+
* doxygen
252259

253260

254261
#### Compiling for macOS:
@@ -258,6 +265,7 @@ To compile you will need Python >= 3.10 for for all build types.
258265
* `brew install ninja`
259266
* `brew install make`
260267
* `brew install SDL2`
268+
* `brew install doxygen`
261269

262270

263271
#### Compiling for Windows:

0 commit comments

Comments
 (0)