You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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]>
Copy file name to clipboardexpand all lines: docs/development.md
+1
Original file line number
Diff line number
Diff line change
@@ -50,6 +50,7 @@ This repository contains the main code, but two more repositories are included d
50
50
51
51
- To build the application, follow the Theia IDE [prerequisites](https://github.com/eclipse-theia/theia/blob/master/doc/Developing.md#prerequisites).
52
52
- 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).
0 commit comments