[gentoo-user] How do you get newer version of Arduino?

2017-05-02 Thread Danny YUE
Hi folks,

I am playing around with my arduino board...
I know there is an official package arduino, but that is way too old.
So...where do you get the latest version? For example 1.8?

Thanks in advance.

Danny



Re: [gentoo-user] How do you get newer version of Arduino?

2017-05-02 Thread Jigme Datse Rasku
I think standard way is to create a new ebuild.  I did that with the Plex
overlay, trying to clean up the old version.

If you do get it working, let the maintainers know, and they can update it
officially...

On May 2, 2017 08:38, "Danny YUE"  wrote:

Hi folks,

I am playing around with my arduino board...
I know there is an official package arduino, but that is way too old.
So...where do you get the latest version? For example 1.8?

Thanks in advance.

Danny


Re: [gentoo-user] How do you get newer version of Arduino?

2017-05-02 Thread Neil Bothwick
On Tue, 02 May 2017 23:35:56 +0800, Danny YUE wrote:

> I am playing around with my arduino board...
> I know there is an official package arduino, but that is way too old.
> So...where do you get the latest version? For example 1.8?

From one of the several overlays that have it.

% eix -Rcn arduino
[N] dev-embedded/arduino ((~)1.8.1[1]): An open-source AVR electronics 
prototyping platform
[N] dev-embedded/arduino-bin ((~)1.8.1[8]): electronics prototyping platform 
based on easy-to-use hardware and software
[N] dev-embedded/arduino-ide ((~)1.8.1[1]): An open-source AVR electronics 
prototyping platform
[N] dev-embedded/arduino-libs ((~)1.8.1[1]): An open-source AVR electronics 
prototyping platform
[N] dev-embedded/arduino-mk [7] ((~)1.3.4): Makefile for Arduino sketches.
[N] dev-ros/rosserial_arduino ((~)0.7.6): Libraries and examples for ROSserial 
usage on Arduino/AVR Platforms
[1] "alexxy" layman/alexxy
[2] "benklop" layman/benklop
[3] "fkmclane" layman/fkmclane
[4] "pypy_alice" layman/pypy_alice
[5] "ssnb" layman/ssnb
[6] "TAJJADA" layman/TAJJADA
[7] "vaca" layman/vaca
[8] "vifino-overlay" layman/vifino-overlay


-- 
Neil Bothwick

.<-Stealth Tagline


pgpqBpXgRkpgD.pgp
Description: OpenPGP digital signature


Re: [gentoo-user] How do you get newer version of Arduino?

2017-05-02 Thread R0b0t1
On Tue, May 2, 2017 at 10:35 AM, Danny YUE  wrote:
> Hi folks,
>
> I am playing around with my arduino board...
> I know there is an official package arduino, but that is way too old.
> So...where do you get the latest version? For example 1.8?
>
> Thanks in advance.
>
> Danny
>

I tend to go for downloading the compressed distribution on the
Arduino website when I need it. It's sometimes necessary to keep
multiple versions of it around, and in some cases keep versions with
mutually exclusive configurations.