Skip to content

Commit

Permalink
updates README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
kdschlosser committed Dec 12, 2024
1 parent 53a65d4 commit a4ee6df
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,12 +164,14 @@ To compile you will need Python >= 3.10 for for all build types.
* ninja-build
* python
* libusb-1.0-0-dev
* doxygen

* macOS
* `xcode-select -–install`
* `brew install cmake`
* `brew install ninja`
* `brew install python`
* `brew install doxygen`


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

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

* Windows
* Not yet supported
Expand All @@ -202,13 +206,15 @@ To compile you will need Python >= 3.10 for for all build types.
* build-essential
* ninja-build
* python
* doxygen

* macOS
* `command xcode-select–install`
* `brew install make`
* `brew install ninja`
* `brew install python`
* `brew install armmbed/formulae/arm-none-eabi-gcc`
* `brew install doxygen`

* Windows
* Not yet supported
Expand Down Expand Up @@ -249,6 +255,7 @@ To compile you will need Python >= 3.10 for for all build types.
* libpipewire-0.3-dev
* libwayland-dev
* libdecor-0-dev
* doxygen


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


#### Compiling for Windows:
Expand Down

0 comments on commit a4ee6df

Please sign in to comment.