mirror of
https://github.com/platformio/platformio-core.git
synced 2025-07-30 10:07:14 +02:00
Describe "lib_dir" option
This commit is contained in:
@ -25,13 +25,21 @@ Options
|
|||||||
``home_dir``
|
``home_dir``
|
||||||
^^^^^^^^^^^^
|
^^^^^^^^^^^^
|
||||||
|
|
||||||
A *PlatformIO*'s home directory that is used to store platforms tools chain,
|
A ``$PIO_HOME_DIR`` is used to store platform tool chains, frameworks,
|
||||||
frameworks, libraries, service data and etc.
|
external libraries, service data and etc.
|
||||||
|
|
||||||
|
|
||||||
A default value is user's home directory: *Unix* - ``~/.platformio``,
|
A default value is user's home directory: *Unix* - ``~/.platformio``,
|
||||||
Windows - ``%HOMEPATH%\.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]
|
[env:NAME]
|
||||||
----------
|
----------
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user