Akos Kitta e34dccdbb1 feat: build IDE2 on linux arm
Ref: arduino/arduino-ide#107

Signed-off-by: Akos Kitta <a.kitta@arduino.cc>
2022-10-27 14:24:50 +02:00
..
2022-10-27 14:24:50 +02:00
2022-10-27 14:24:50 +02:00

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.