Skip to content

Commit 3ccc864

Browse files
dankeboy36per1234
andauthored
fix(doc): add missing prerequisites to dev docs (#2531)
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]>
1 parent 44f1523 commit 3ccc864

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+
- 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).
5354

5455
## Build from source
5556

0 commit comments

Comments
 (0)