Skip to content

Commit

Permalink
INSTALL.Windows.md: Mention the easy way to get into bash.
Browse files Browse the repository at this point in the history
Just typing 'bash' from MSVC developers command prompt _can_ cause
MSYS to use the Windows version of 'sort' instead of the GNU sort.

Reported-by: Hemanth Kumar Mantri <[email protected]>
Signed-off-by: Gurucharan Shetty <[email protected]>
Acked-by: Eitan Eliahu <[email protected]>
  • Loading branch information
shettyg committed Mar 17, 2015
1 parent 71d6ab4 commit 38b01df
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,7 @@ Gur Stavi [email protected]
Hari Sasank Bhamidipalli [email protected]
Hassan Khan [email protected]
Hector Oron [email protected]
Hemanth Kumar Mantri [email protected]
Henrik Amren [email protected]
Hiroshi Tanaka [email protected]
Hiroshi Miyata [email protected]
Expand Down
6 changes: 4 additions & 2 deletions INSTALL.Windows.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ install Windows Driver Kit (WDK) 8.1 Update.
It is important to get the Visual Studio related environment variables and to
have the $PATH inside the bash to point to the proper compiler and linker. One
easy way to achieve this is to get into the "Developer Command prompt for visual
studio" and through it enter into the bash shell available from msys.
studio" and through it enter into the bash shell available from msys by typing
'bash --login'.

If after the above step, a 'which link' inside MSYS's bash says,
"/bin/link.exe", rename /bin/link.exe to something else so that the
Visual studio's linker is used.
Visual studio's linker is used. You should also see a 'which sort' report
"/bin/sort.exe".

* For pthread support, install the library, dll and includes of pthreads-win32
project from
Expand Down

0 comments on commit 38b01df

Please sign in to comment.