Skip to content

Commit

Permalink
Updated README.md (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
vsoftco authored Apr 12, 2024
1 parent 6799def commit 8a109c3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,14 +57,15 @@ The project contains the following files and directories:
then add the corresponding installation location (e.g,
`C:\msys64\mingw64\bin`) to your `PATH` environment variable by executing
`set PATH=%PATH%;C:\msys64\mingw64\bin`.

**Very important:** make sure that
the `PATH` entry to the `gcc` and `pkg-config` provided by `MSYS2`comes
**before** any other (if any) `gcc` and `pkg-config` executables you may have
installed (e.g. such as the ones provided
by [Cygwin](https://www.cygwin.com)). To verify, type into a Command Prompt
`gcc --version`, and you should get an output such as

> gcc (Rev3, Built by MSYS2 project) 9.1.0
> gcc (Rev3, Built by MSYS2 project) 9.1.0
---

Expand Down

0 comments on commit 8a109c3

Please sign in to comment.