Skip to content

Arduino Library installation Linux

Erriez edited this page Aug 8, 2018 · 3 revisions

An Erriez Arduino library can be installed in two ways:

  1. Using GIT (Easy to get updates)
  2. Using a ZIP release. (No updates)

Library installation using GIT

  1. Install GIT client.

For Debian distributions, open a command prompt and type:

sudo apt-get install git.
  1. 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.

  1. Run the following commands to retrieve the latest updates:
git pull
  1. Restart the Arduino IDE and build an example.

Install ZIP release

  1. Click the Release button on a Github page and download a ZIP release.
  2. Start the Arduino IDE.
  3. Click Sketch | Include Library | Add .ZIP Library... and select this ZIP.
  4. Build an example.