arduino / Arduino

Arduino IDE 1.x
https://www.arduino.cc/en/software
Other
14.13k stars 7k forks source link

Instalation guide is not corresponding with content of downloaded package. #11941

Closed robinpecha closed 8 months ago

robinpecha commented 8 months ago

Linux instalation guide points to install.sh file inside downloaded package arduino-1.8.19. But there is no file like this there. Some install.sh is hidden deeply in folders but its throw some errors and does not install ide. This can be confusing for new users. https://www.arduino.cc/en/Guide/Linux image image

per1234 commented 8 months ago

Hi @robinpecha. I can see from your screenshot that you downloaded the Arduino IDE source code instead of the built application. This is the reason why you didn't find the install.sh file.

You must click the "Linux 64 Bits" download link on the Software page to download the build Arduino IDE application:

https://www.arduino.cc/en/software#legacy-ide-18x

After that file downloads, extract it and continue with the installation instructions from that folder. You can delete the Arduino IDE source code folder you have now, unless you are planning to do some work with the IDE's codebase.