INSTALL.Windows.md: Mention the easy way to get into bash.
authorGurucharan Shetty <gshetty@nicira.com>
Tue, 17 Mar 2015 22:23:22 +0000 (15:23 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 17 Mar 2015 23:55:42 +0000 (16:55 -0700)
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 <mantri@nutanix.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
Acked-by: Eitan Eliahu <eliahue@vmware.com>
AUTHORS
INSTALL.Windows.md

diff --git a/AUTHORS b/AUTHORS
index d7925db..008f6f1 100644 (file)
--- a/AUTHORS
+++ b/AUTHORS
@@ -246,6 +246,7 @@ Gur Stavi               gstavi@mrv.com
 Hari Sasank Bhamidipalli hbhamidi@cisco.com
 Hassan Khan             hassan.khan@seecs.edu.pk
 Hector Oron             hector.oron@gmail.com
+Hemanth Kumar Mantri    mantri@nutanix.com
 Henrik Amren            henrik@nicira.com
 Hiroshi Tanaka          htanaka@nicira.com
 Hiroshi Miyata          miyahiro.dazu@gmail.com
index 258e2fb..e84013a 100644 (file)
@@ -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