]> granicus.if.org Git - esp-idf/commitdiff
Updated instructions to install Eclipse. Closes https://github.com/espressif/esp...
authorkrzychb <krzychb@gazeta.pl>
Wed, 24 Jan 2018 20:16:39 +0000 (21:16 +0100)
committerkrzychb <krzychb@gazeta.pl>
Wed, 14 Mar 2018 18:26:59 +0000 (19:26 +0100)
docs/en/get-started/eclipse-setup.rst

index 67d3094ae9a73ea0a5d24a483a00b67b9d211601..9ceb3c7791ba5d91e7cf120ad8bb0f93875db8ad 100644 (file)
@@ -50,7 +50,7 @@ Project Properties
 
 * Click "Add..." again, and enter name ``IDF_PATH``. The value should be the full path where ESP-IDF is installed.
 
-* Edit the ``PATH`` environment variable. Keep the current value, and append the path to the Xtensa toolchain that will installed as part of IDF setup (``something/xtensa-esp32-elf/bin``) if this is not already listed on the PATH.
+* Edit the ``PATH`` environment variable. Keep the current value, and append the path to the Xtensa toolchain installed as part of IDF setup, if this is not already listed on the PATH. A typical path to the toolchain looks like ``/home/user-name/esp/xtensa-esp32-elf/bin``. Note that you need to add a colon ``:`` before the appended path.
 
 * On macOS, add a ``PYTHONPATH`` environment variable and set it to ``/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages``. This is so that the system Python, which has pyserial installed as part of the setup steps, overrides any built-in Eclipse Python.