You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+32-2Lines changed: 32 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,11 +21,41 @@ in the build process. Changes in `*.h` files lead to recompilation of sources wh
21
21
22
22
### Through package
23
23
24
+
#### Using apt-get (or aptitude)
25
+
24
26
If you're using FreeBSD, Debian, Raspbian or Ubuntu, you can find this in the `arduino-mk`
25
27
package which can be installed using `apt-get` or `aptitude`.
26
28
27
-
Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/)
28
-
and install using `yaourt -S arduino-mk`
29
+
```
30
+
sudo apt-get install arduino-mk
31
+
```
32
+
33
+
#### homebrew (or linuxbrew)
34
+
35
+
If you're using homebrew (or [linuxbrew](https://github.com/Homebrew/linuxbrew)) then you can find this in the
36
+
`arduino-mk` package which can be installed using the following commands
37
+
38
+
```shell
39
+
# add tap
40
+
$ brew tap sudar/arduino-mk
41
+
42
+
# to install the last stable release
43
+
$ brew install arduino-mk
44
+
45
+
# to install the development version
46
+
$ brew install --HEAD arduino-mk
47
+
```
48
+
49
+
#### Arch Linux
50
+
51
+
Arch Linux users can use the unofficial AUR package [arduino-mk](https://aur.archlinux.org/packages/arduino-mk/).
52
+
It can be installed using the following command.
53
+
54
+
```
55
+
yaourt -S arduino-mk
56
+
```
57
+
58
+
#### Fedora
29
59
30
60
Fedora Linux users can use our packaging instructions [here](https://github.com/sudar/Arduino-Makefile/tree/master/packaging/fedora)
0 commit comments