]> granicus.if.org Git - esp-idf/commitdiff
Eclipse docs: Easier to just replace entire PATH, msys32 has everything we need to...
authorAngus Gratton <angus@espressif.com>
Wed, 31 Aug 2016 23:39:54 +0000 (09:39 +1000)
committerAngus Gratton <angus@espressif.com>
Thu, 8 Sep 2016 03:41:19 +0000 (13:41 +1000)
docs/eclipse-setup.rst

index 3dc281142db460bfaeb1e7e9f57ce434bd276194..21d83a7f06788ed24e98adba6c94f65f2e544444 100644 (file)
@@ -39,7 +39,7 @@ Project Properties
 
 *Windows users only, follow these two additional steps:*
 
-* On the same Environment property page, edit the PATH environment variable and prepend ``C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin;`` at the **beginning** of the default value. (If you installed msys32 to a different directory then you'll need to change these paths to match.)
+* On the same Environment property page, edit the PATH environment variable. Delete the existing value and replace it with ``C:\msys32\usr\bin;C:\msys32\mingw32\bin;C:\msys32\opt\xtensa-esp32-elf\bin`` (If you installed msys32 to a different directory then you'll need to change these paths to match).
 
 * Click on the "C/C++ Build" top-level properties page then uncheck "Use default build command" and enter this for the custom build command: ``bash ${IDF_PATH}/tools/windows/eclipse_make.sh``.