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
Document prerequisites of the Arduino CLI, LS, etc. tools when built
from a Git commitish.
closes: arduino#2499
Signed-off-by: dankeboy36 <[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
+
- 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).
0 commit comments