Skip to content

Commit 6a6f2c4

Browse files
committed
fix(doc): add missing prerequisites to dev docs
Document prerequisites of the Arduino CLI, LS, etc. tools when built from a Git commitish. closes: arduino#2499 Signed-off-by: dankeboy36 <[email protected]>
1 parent 7713668 commit 6a6f2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/development.md

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ This repository contains the main code, but two more repositories are included d
5050

5151
- To build the application, follow the Theia IDE [prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites).
5252
- This project recommends using [Visual Studio Code (VS Code)](https://code.visualstudio.com/) for the development.
53+
- Optionally, you might 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. For more details, refer to the Arduino CLI's [prerequisites section](https://arduino.github.io/arduino-cli/latest/CONTRIBUTING/#prerequisites).
5354

5455
## Build from source
5556

0 commit comments

Comments
 (0)