Skip to content

Commit

Permalink
fix(doc): add missing prerequisites to dev docs (#2531)
Browse files Browse the repository at this point in the history
Document prerequisites of the Arduino CLI, LS, etc. tools when built
from a Git commitish.

---------

Signed-off-by: dankeboy36 <[email protected]>
Co-authored-by: per1234 <[email protected]>
  • Loading branch information
dankeboy36 and per1234 authored Oct 27, 2024
1 parent 44f1523 commit 3ccc864
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/development.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ This repository contains the main code, but two more repositories are included d

- To build the application, follow the Theia IDE [prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites).
- This project recommends using [Visual Studio Code (VS Code)](https://code.visualstudio.com/) for the development.
- The build system might also need to build the [Arduino CLI](https://github.com/arduino/arduino-cli), the [Arduino Language Server](https://github.com/arduino/arduino-language-server), and other tools from the sources. In this case it is also necessary to have the build prerequisites for those projects installed. For more details, refer to the Arduino CLI's [prerequisites section](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/#prerequisites).

## Build from source

Expand Down

0 comments on commit 3ccc864

Please sign in to comment.