Describe "lib_dir" option

This commit is contained in:
Ivan Kravets
2014-09-06 18:46:19 +03:00
parent 849a49f665
commit 1631770b85

View File

@ -25,13 +25,21 @@ Options
``home_dir``
^^^^^^^^^^^^
A *PlatformIO*'s home directory that is used to store platforms tools chain,
frameworks, libraries, service data and etc.
A ``$PIO_HOME_DIR`` is used to store platform tool chains, frameworks,
external libraries, service data and etc.
A default value is user's home directory: *Unix* - ``~/.platformio``,
Windows - ``%HOMEPATH%\.platformio``.
``lib_dir``
^^^^^^^^^^^^
This directory is used to store external libraries downloaded by
:ref:`librarymanager`.
A default value is ``$PIO_HOME_DIR/lib``.
[env:NAME]
----------