Add information about installing dependencies when installing using
homebrew Refer to https://github.com/sudar/homebrew-arduino-mk/issues/2#issuecomment-64432785
This commit is contained in:
parent
32a12e46d1
commit
131809e508
1 changed files with 3 additions and 1 deletions
|
@ -33,7 +33,9 @@ sudo apt-get install arduino-mk
|
||||||
#### homebrew (or linuxbrew)
|
#### homebrew (or linuxbrew)
|
||||||
|
|
||||||
If you're using homebrew (or [linuxbrew](https://github.com/Homebrew/linuxbrew)) then you can find this in the
|
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
|
`arduino-mk` package which can be installed using the following commands.
|
||||||
|
|
||||||
|
Also make sure you have the necessary dependencies installed. Refer to the Requirements section below to install the dependencies.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
# add tap
|
# add tap
|
||||||
|
|
Loading…
Reference in a new issue