:memo: Add usage of VS console in troubleshooting, regarding #306.
authorCheng Zhao <zcbenz@gmail.com>
Sun, 18 May 2014 11:47:27 +0000 (19:47 +0800)
committerCheng Zhao <zcbenz@gmail.com>
Sun, 18 May 2014 11:59:43 +0000 (19:59 +0800)
docs/development/build-instructions-windows.md

index 86018402811da2ce761f5814720f26eb851f5a14..4eb5195e1fec4f7e1bd8120d89d55dc7e9d143ae 100644 (file)
@@ -76,6 +76,12 @@ $ python script/test.py
 
 ## Troubleshooting
 
+### Command xxxx not found
+
+If you encountered an error like `Command xxxx not found`, you may try to use
+the `Visual Studio x64 Tools Command Prompt (2010)` console to execute the build
+scripts.
+
 ### Assertion failed: ((handle))->activecnt >= 0
 
 When building under cygwin, you could see `bootstrap.py` failed with following