-
Notifications
You must be signed in to change notification settings - Fork 4
Arduino Library installation Linux
Erriez edited this page Aug 8, 2018
·
3 revisions
An Erriez Arduino library can be installed in two ways:
- Using GIT (Easy to get updates)
- Using a ZIP release. (No updates)
- Install GIT client.
For Debian distributions, open a command prompt and type:
sudo apt-get install git.
- Run the following commands on the command line to install the library once:
cd ~/Arduino/libraries
git clone https://github.com/Erriez/Erriez<LIBRARY>.git
Note: Replace <LIBRARY>
with Erriez library name.
- Run the following commands to retrieve the latest updates:
git pull
- Restart the Arduino IDE and build an example.
- Click the Release button on a Github page and download a ZIP release.
- Start the Arduino IDE.
- Click Sketch | Include Library | Add .ZIP Library... and select this ZIP.
- Build an example.