Update links to Library Dependency Finder

This commit is contained in:
Ivan Kravets
2016-08-08 19:44:31 +03:00
parent f9ead74b88
commit 20e7525118
3 changed files with 4 additions and 6 deletions

View File

@ -525,7 +525,7 @@ def BuildDependentLibraries(env, src_dir):
project.search_deps_recursive(lib_builders)
if project.depbuilders:
print "Library Dependency Map"
print "Project Dependencies Graph"
print_deps_tree(project)
else:
print "Project does not have dependencies"

View File

@ -198,10 +198,8 @@ Then in `src/main.c` you should use:
PlatformIO will find your libraries automatically, configure preprocessor's
include paths and build them.
See additional options for PlatformIO Library Dependency Finder `lib_*`:
http://docs.platformio.org/en/stable/projectconf.html#lib-install
More information about PlatformIO Library Dependency Finder
- http://docs.platformio.org/en/stable/librarymanager/ldf.html
""")