소스 검색

docs: add a note to Windows.md

Zaiming (Stone) Shi 3 년 전
부모
커밋
54367ea764
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      Windows.md

+ 3 - 0
Windows.md

@@ -66,6 +66,9 @@ Cygwin is what we tested with.
   Start (restart) CMD or powershell console and execute `which bash`, it should
   Start (restart) CMD or powershell console and execute `which bash`, it should
   print out `/usr/bin/bash`
   print out `/usr/bin/bash`
 
 
+NOTE: Make sure cygwin's bin dir is added before `C:\Windows\system32` in `Path`,
+otherwise the build scripts may end up using binaries from wsl instead of cygwin.
+
 ### Other tools
 ### Other tools
 
 
 Some of the unix world tools are required to build EMQX.  Including:
 Some of the unix world tools are required to build EMQX.  Including: