fix control panel link in MSys2 Notes in README.md
Fix the instructions in MSys2 notes for how to change the system PATH in Control Panel in README.md.
This commit is contained in:
parent
9f051c3813
commit
d01bf5dbd0
|
@ -115,9 +115,9 @@ in the shell where you built it.
|
|||
will try to fix this for debug builds.
|
||||
|
||||
If you want to start the binary from e.g. a shortcut or Explorer, you will need
|
||||
to put `c:\msys64\mingw32\bin` for 32 bit builds and `c:\msys64\mingw64\bin` for
|
||||
64 bit builds in your PATH (to edit system PATH, go to Control Panel -> Advanced
|
||||
-> Environment Variables.)
|
||||
to put `c:\msys64\mingw32\bin` for 32 bit builds and `c:\msys64\mingw64\bin`
|
||||
for 64 bit builds in your PATH (to edit system PATH, go to Control Panel ->
|
||||
System -> Advanced system settings -> Environment Variables.)
|
||||
|
||||
If you want to package the binary, you will need to include the MinGW DLLs it
|
||||
depends on, they can install to the same directory as the binary.
|
||||
|
|
Loading…
Reference in New Issue