From 32a12e46d11d1ef9c0e18b8965f2851662227146 Mon Sep 17 00:00:00 2001 From: Sudar Date: Sun, 23 Nov 2014 20:11:16 +0530 Subject: Add information about homebrew in ReadME --- README.md | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index ce7a76c..133a9e4 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3