diff options
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 34 |
1 files changed, 32 insertions, 2 deletions
@@ -21,11 +21,41 @@ in the build process. Changes in `*.h` files lead to recompilation of sources wh ### Through package +#### Using apt-get (or aptitude) + 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` +``` +sudo apt-get install arduino-mk +``` + +#### homebrew (or linuxbrew) + +If you're using homebrew (or [linuxbrew](https://github.com/Homebrew/linuxbrew)) then you can find this in the +`arduino-mk` package which can be installed using the following commands + +```shell +# add tap +$ brew tap sudar/arduino-mk + +# to install the last stable release +$ brew install arduino-mk + +# to install the development version +$ brew install --HEAD arduino-mk +``` + +#### Arch Linux + +Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/). +It can be installed using the following command. + +``` +yaourt -S arduino-mk +``` + +#### Fedora Fedora Linux users can use our packaging instructions [here](https://github.com/sudar/Arduino-Makefile/tree/master/packaging/fedora) to build an RPM. |
