Windows changed their not-found error message apparently.

This commit is contained in:
Tim Allen 2017-08-31 15:12:36 +10:00
parent a81802422f
commit fb31df6eb8
1 changed files with 3 additions and 2 deletions

View File

@ -88,8 +88,9 @@ warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
...except it should mention the compiler version that you installed ...except it should mention the compiler version that you installed
and the corresponding dates. and the corresponding dates.
If you see an error message like "command not found" If you see an error message like
or "bad command or filename", "'g++' is not recognized as an internal or external command,
operable program or batch file",
you may need to add the compiler's "bin" folder you may need to add the compiler's "bin" folder
to your computer's `%PATH%`. to your computer's `%PATH%`.
See the compiler's documentation for help with that. See the compiler's documentation for help with that.