docs: update windows msys2 installer notes to unzip all-in-one toolchain to path without spaces (v3.2)
This commit is contained in:
parent
696a9fa0ba
commit
b4aa4de694
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ https://dl.espressif.com/dl/esp32_win32_msys2_environment_and_toolchain-20181001
|
||||||
|
|
||||||
Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``C:\``) and it will create an ``msys32`` directory with a pre-prepared environment.
|
Unzip the zip file to ``C:\`` (or some other location, but this guide assumes ``C:\``) and it will create an ``msys32`` directory with a pre-prepared environment.
|
||||||
|
|
||||||
|
.. important::
|
||||||
|
|
||||||
|
If another toolchain location is used (different than the default ``C:\msys32``), please ensure that the path where the all-in-one toolchain gets unzipped is a plain ASCII, contains no spaces, symlinks or accents.
|
||||||
|
|
||||||
|
|
||||||
Check it Out
|
Check it Out
|
||||||
============
|
============
|
||||||
|
|
Loading…
Reference in a new issue