diff options
| author | Sudar <sudar@sudarmuthu.com> | 2014-09-29 15:55:20 +0530 |
|---|---|---|
| committer | Sudar <sudar@sudarmuthu.com> | 2014-09-29 15:55:20 +0530 |
| commit | 2c5a66a973aedfb3325aaf600a40a1df784c436b (patch) | |
| tree | 9c827a7b1cd4355583d6b0ca5422a612c198ad82 /README.md | |
| parent | 623b55c55cce9c9abc460dd174cc9701acc4361d (diff) | |
| parent | 88c81b6d95efeed84e5b39188028ca1ec039db13 (diff) | |
Merge pull request #270 from sej7278/travis106
Update Travis-CI scripts to test against Arduino v1.0.6
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -20,9 +20,15 @@ in the build process. Changes in `*.h` files lead to recompilation of sources wh ### Through package -If you're using FreeBSD, Debian or Ubuntu, you can find this in the `arduino-mk` +If you're using FreeBSD, Debian, Raspbian or Ubuntu, you can find this in the `arduino-mk` package which can be installed using `apt-get` or `aptitude`. +Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/) +and install using `yaourt -S arduino-mk` + +Fedora Linux users can use our packaging instructions [here](https://github.com/sudar/Arduino-Makefile/tree/master/packaging/fedora) +to build an RPM. + ### From source - Download the latest release |
