Skip to content
This repository was archived by the owner on Oct 4, 2021. It is now read-only.

Specify library dependencies in library.properties #13

Merged
merged 1 commit into from
Apr 12, 2021
Merged

Specify library dependencies in library.properties #13

merged 1 commit into from
Apr 12, 2021

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented Apr 11, 2021

Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library.

arduino-cli lib install will automatically install the dependencies (arduino-cli 0.7.0 and newer).

Reference:
https://github.com/arduino/Arduino/wiki/Arduino-IDE-1.5:-Library-specification#libraryproperties-file-format

Fixes #4

@per1234 per1234 added the enhancement New feature or request label Apr 11, 2021
@per1234 per1234 requested a review from aentinger April 11, 2021 11:51
@per1234 per1234 changed the title Specifying the library dependencies in the depends field of library.properties Specify library dependencies in library.properties Apr 11, 2021
Specifying the library dependencies in the depends field of library.properties causes the Arduino Library Manager (Arduino IDE 1.8.10 and newer) to offer to install any missing dependencies during installation of this library. "arduino-cli lib install" will automatically install the dependencies (arduino-cli 0.7.0 and newer).
Copy link
Contributor

@aentinger aentinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍 Thank you @per1234 🚀

@aentinger aentinger merged commit 2ebfd93 into arduino-libraries:master Apr 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Automatic upload of all libraries on IDE Java
2 participants