You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by fi...@apache.org on 2013/06/06 21:26:37 UTC

[2/3] git commit: updated SDK locations and minimum setup in README

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/437af206
Tree: http://git-wip-us.apache.org/repos/asf/cordova-cli/tree/437af206
Diff: http://git-wip-us.apache.org/repos/asf/cordova-cli/diff/437af206

Branch: refs/heads/master2
Commit: 437af2061a261f6f9d58eb2f9990f83dcfa92e74
Parents: fb849dd
Author: Fil Maj <ma...@gmail.com>
Authored: Thu Jun 6 10:36:08 2013 -0700
Committer: Fil Maj <ma...@gmail.com>
Committed: Thu Jun 6 10:36:08 2013 -0700

----------------------------------------------------------------------
 README.md |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-cli/blob/437af206/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