mirror of
https://github.com/arduino/arduino-ide.git
synced 2025-04-20 13:27:18 +00:00

When using the interactive installer, the user is presented with a dialog requested they agree to this. The previous statement about initiation of a download constituting agreement is relevant in the context of the text's source on the arduino.cc downloads page, but not at all in the context of the installer dialog.
Electron
All-in-one packager producing the Arduino IDE
Electron-based application.
Prerequisites
The prerequisites are defined here.
Build
To build the Arduino IDE application you have to do the followings:
yarn --cwd ./electron/packager/ && yarn --cwd ./electron/packager/ package
The packaged application will be under the ./electron/build/dist
folder.