ID:1921424
 
(See the best response by Nadrew.)
How do I package a library so that it automatically downloads and includes another library?

For example, a user downloads LibA, and LibA requires LibB. LibA will automatically download and include LibB.
Best response
You can include a file called "include.txt" with a list of hub paths to the libraries needed. However I think the 'package source' option will automatically generate it for you if you have libraries included.
Perfect, thank you.