Description
Hello!
I've managed to compile and run Arduino IDE 1.6.5 on a Raspberry Pi (2B), running Raspbian Jessie. I have added a new platform to build.xml, as well as replaced libastylej.so with a copy from Raspbian repos and all the avr-gcc&avrdude binaries by symlinks to the corresponding binaries on my system. It runs quite nice, I've uploaded a Blink sketch on an Arduino Pro Mini.
Is somebody interested in completing that so that Arduino could offer pre-built IDE archives for Raspberry Pi&ARM? Basically, all that's left is to package libastylej.so, avr-gcc and avrdude into tarballs, as it is already with Linux IDE archives, upload those archives on the official page (where the build script downloads them from) and finish the build.xml work. Then I guess even Raspbian repos could have it, as it'll be officially supported - and, honestly, being stuck on 1.0.5 sucks a lot.
I have the build.xml file in my copy of this repository (commit). I'm not making a pull request because it is far from complete, given that it copies libastylej.so from the system-wide libraries and does nothing about absence of avr-gcc and avrdude packages on Arduino website (I symlinked the binaries to system-wide for IDE to work). I've also run 'ant test' and it did well - only some tests related to autoformat feature failed, overall it was okay.