updated SDK locations and minimum setup in README
Project: http://git-wip-us.apache.org/repos/asf/cordova-cli/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-cli/commit/4621cb7f Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/4621cb7f Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/4621cb7f Branch: refs/heads/2.8.x Commit: 4621cb7fd229303244539f60def5516336022f66 Parents: f5baa6e Author: Fil Maj <[email protected]> Authored: Thu Jun 6 10:36:08 2013 -0700 Committer: Fil Maj <[email protected]> Committed: Thu Jun 6 18:30:13 2013 -0700 ---------------------------------------------------------------------- README.md | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/4621cb7f/README.md ---------------------------------------------------------------------- diff --git a/README.md b/README.md index 2ea3da4..763f61b 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ * [nodejs](http://nodejs.org/) * SDKs for every platform you wish to support - - [BlackBerry WebWorks SDK](http://developer.blackberry.com) - - [iOS SDK](http://developer.apple.com) with the latest Xcode and Xcode Command Line Tools + - BlackBerry 10: [BlackBerry 10 WebWorks SDK](http://developer.blackberry.com/html5/download/) as well as the [BlackBerry 10 NDK](http://developer.blackberry.com/native/download/). You will also need to have the NDK environment variables on your path by running `bb10ndk/bbndk-env.sh`. + - iOS: [iOS SDK](http://developer.apple.com) with the latest Xcode and Xcode Command Line Tools - [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. -cordova-cli has been tested on Mas OS X and Linux. +cordova-cli has been tested on Mas OS X, Linux, Windows 7 and Windows 8. # Install
