How can i install old version of IDE, without uninstalling the other version?(How can i install several IDE version in same laptop).
1 Answer
Arduino.cc have a guide :
https://www.arduino.cc/en/Guide/PortableIDE
The gist is:
Download the desired version in ZIP format
Unpack the content in the zip file to a folder
Start the arduino.exe in that folder.
Remember that you have to place all libraries, board definitions in that folder.
The folder can be copied to another computer or a USB stick....
- Note that it's not required to run in portable mode. If you want each IDE installation to be isolated then that's the thing to do but if you want them to share preferences and hardware packages installed via Boards Manager then you should not use portable mode.per1234– per12342018-03-21 21:36:57 +00:00Commented Mar 21, 2018 at 21:36