diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 15:13:22 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2016-09-05 15:13:22 +0200 |
commit | aa952634b84cf9c7faf22ccd06926a2e4f0bfb3f (patch) | |
tree | 3d65fdac8d13c5568ad3abdc3f8b743f3c85afcd /BOOTSTRAP-MINGW.cli | |
parent | 5babbccb7fabdbd2ae733c985dae971d75741a66 (diff) |
Add doc fixes
Diffstat (limited to 'BOOTSTRAP-MINGW.cli')
-rw-r--r-- | BOOTSTRAP-MINGW.cli | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/BOOTSTRAP-MINGW.cli b/BOOTSTRAP-MINGW.cli index 75a1c49..f1ffc1b 100644 --- a/BOOTSTRAP-MINGW.cli +++ b/BOOTSTRAP-MINGW.cli @@ -15,13 +15,13 @@ For example, if your MinGW distribution is in \c{C:\\mingw\\}, then you could run it (from the command prompt that we have started earlier) like this: \ -> build-mingw.bat C:\mingw\bin\g++ +> .\build-mingw.bat C:\mingw\bin\g++ \ If you are using the \c{build2-mingw} package then you should be able to use just \c{g++} for the compiler: \ -> build-mingw.bat g++ +> .\build-mingw.bat g++ \ " |