Skip to content

Arduino Library installation Windows

Erriez edited this page Aug 8, 2018 · 4 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.
  2. Run the following commands on the command line to install the library once:
cd C:\Users\%USERNAME%\Documents\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.