Commit d1273df2 authored by Carles Cufi's avatar Carles Cufi Committed by Anas Nashif
Browse files

doc: getting_started: Add note for Windows env vars



Some users might want to inherit their already existing Windows
environment variables into the MSYS2 system. This note explains how to
achieve this.

Signed-off-by: default avatarCarles Cufi <carles.cufi@nordicsemi.no>
parent 9b2a0005
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -41,6 +41,12 @@ environment for Windows. Follow the steps below to set it up:

        Make sure you start ``MSYS2 MSYS Shell``, not ``MSYS2 MinGW Shell``.

   .. note::

        If you need to inherit the existing Windows environment variables into
        MSYS2 you will need to create a **Windows** environment variable like so::
        ``MSYS2_PATH_TYPE=inherit``.

   .. note::
        There are multiple ``export`` statements in this tutorial. You can avoid
        typing them every time by placing them at the bottom of your