Acked-by: Eitan Eliahu <elia...@vmware.com>

Thanks,
Eitan

-----Original Message-----
From: dev [mailto:dev-boun...@openvswitch.org] On Behalf Of Gurucharan Shetty
Sent: Tuesday, March 17, 2015 3:31 PM
To: dev@openvswitch.org
Cc: Gurucharan Shetty; Hemanth Kumar Mantri
Subject: [ovs-dev] [PATCH] INSTALL.Windows.md: Mention the easy way to get into 
bash.

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 <man...@nutanix.com>
Signed-off-by: Gurucharan Shetty <gshe...@nicira.com>
---
 AUTHORS            |    1 +
 INSTALL.Windows.md |    6 ++++--
 2 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/AUTHORS b/AUTHORS
index d7925db..008f6f1 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -246,6 +246,7 @@ Gur Stavi               gst...@mrv.com
 Hari Sasank Bhamidipalli hbham...@cisco.com
 Hassan Khan             hassan.k...@seecs.edu.pk
 Hector Oron             hector.o...@gmail.com
+Hemanth Kumar Mantri    man...@nutanix.com
 Henrik Amren            hen...@nicira.com
 Hiroshi Tanaka          htan...@nicira.com
 Hiroshi Miyata          miyahiro.d...@gmail.com
diff --git a/INSTALL.Windows.md b/INSTALL.Windows.md index 258e2fb..e84013a 
100644
--- a/INSTALL.Windows.md
+++ b/INSTALL.Windows.md
@@ -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
--
1.7.9.5

_______________________________________________
dev mailing list
dev@openvswitch.org
https://urldefense.proofpoint.com/v2/url?u=http-3A__openvswitch.org_mailman_listinfo_dev&d=AwIGaQ&c=Sqcl0Ez6M0X8aeM67LKIiDJAXVeAw-YihVMNtXt-uEs&r=CWsgHUxi6ExLXY798tmo3LJ4e3geGYp56lkcH-5cLCY&m=FvYUU6lQk0zG7NvgUA9l1JyOC00f4vxHTB9Q7eugHYA&s=EqNY4ilrR619-1aWCH2-U0UXQx_lO3UlKNOr_nFxqRA&e=
 
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to