: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 8601840..4eb5195 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