📝 Add usage of VS console in troubleshooting, regarding #306.

This commit is contained in:
Cheng Zhao 2014-05-18 19:47:27 +08:00
parent a5e49c0c6f
commit c407588821

View file

@ -76,6 +76,12 @@ $ python script/test.py
## Troubleshooting ## 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 ### Assertion failed: ((handle))->activecnt >= 0
When building under cygwin, you could see `bootstrap.py` failed with following When building under cygwin, you could see `bootstrap.py` failed with following