Updated Branches: refs/heads/master 29538140a -> b857a49a7
Updated README to include windows phone requirements Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/b857a49a Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/b857a49a Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/b857a49a Branch: refs/heads/master Commit: b857a49a789a77f7b3b26c9e968cc3d6a92afe56 Parents: 2953814 Author: Benn Mapes <[email protected]> Authored: Thu Jul 25 12:24:27 2013 -0700 Committer: Benn Mapes <[email protected]> Committed: Thu Jul 25 12:24:27 2013 -0700 ---------------------------------------------------------------------- README.md | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/b857a49a/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 3c658a2..04f182b 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,7 @@ Check out the [Getting Started guides](http://cordova.apache.org/docs/en/edge/gu - [Android SDK](http://developer.android.com) - **NOTE** This tool will not work unless you have the absolute latest updates for all Android SDK components. Also you will need the SDK's `tools` and `platform-tools` directories on your __system path__ otherwise Android support will fail. + - [Windows Phone SDK](http://dev.windowsphone.com/en-us/downloadsdk) - **NOTE** This tool will not work unless you have `msbuild` on your __system path__ otherwise Windows Phone support will fail (`msbuild.exe` is generally located in `C:\Windows\Microsoft.NET\Framework\v4.0.30319`). cordova-cli has been tested on Mas OS X, Linux, Windows 7 and Windows 8.
