projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a5e49c0
)
:memo: Add usage of VS console in troubleshooting, regarding #306.
author
Cheng Zhao
<zcbenz@gmail.com>
Sun, 18 May 2014 11:47:27 +0000
(19:47 +0800)
committer
Cheng Zhao
<zcbenz@gmail.com>
Sun, 18 May 2014 11:59:43 +0000
(19:59 +0800)
docs/development/build-instructions-windows.md
patch
|
blob
|
history
diff --git
a/docs/development/build-instructions-windows.md
b/docs/development/build-instructions-windows.md
index
8601840
..
4eb5195
100644
(file)
--- a/
docs/development/build-instructions-windows.md
+++ b/
docs/development/build-instructions-windows.md
@@
-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