Repository: cordova-docs Updated Branches: refs/heads/master 9c0bec71a -> b004f0cd0
CB-6207 [BlackBerry10] Add WebWorks SDK as prerequisite option Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/b004f0cd Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/b004f0cd Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/b004f0cd Branch: refs/heads/master Commit: b004f0cd0ce76bb403ba07a960e5c0c0dd7a014a Parents: 9c0bec7 Author: Bryan Higgins <[email protected]> Authored: Mon Mar 10 09:15:19 2014 -0400 Committer: Bryan Higgins <[email protected]> Committed: Mon Mar 10 09:15:19 2014 -0400 ---------------------------------------------------------------------- docs/en/3.4.0/guide/platforms/blackberry10/index.md | 16 +++++++++++++--- docs/en/edge/guide/platforms/blackberry10/index.md | 16 +++++++++++++--- 2 files changed, 26 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b004f0cd/docs/en/3.4.0/guide/platforms/blackberry10/index.md ---------------------------------------------------------------------- diff --git a/docs/en/3.4.0/guide/platforms/blackberry10/index.md b/docs/en/3.4.0/guide/platforms/blackberry10/index.md index 5e6bed7..8df0be5 100644 --- a/docs/en/3.4.0/guide/platforms/blackberry10/index.md +++ b/docs/en/3.4.0/guide/platforms/blackberry10/index.md @@ -29,9 +29,9 @@ command-line tools, described in BlackBerry Platform Guide. The development environment is available on Windows, Mac and Linux. Developers should use the `cordova` utility in conjunction with the -Blackberry Native SDK. See The Command-Line Interface for information -how to install `cordova`, add projects, then build and deploy for each -platform. +BlackBerry WebWorks SDK or BlackBerry Native SDK. See The Command-Line +Interface for information how to install `cordova`, add projects, then +build and deploy for each platform. Blackberry 10 Device Simulator: @@ -44,8 +44,18 @@ Blackberry 10 Device Simulator: More information about requirements: [BB10 Simulator requeriments](http://developer.blackberry.com/devzone/develop/simulator/simulator_systemrequirements.html). +## Install the BlackBerry WebWorks SDK + +Download and install the BlackBerry WebWorks SDK from [developer.blackberry.com](https://developer.blackberry.com/html5/download/) + +The installer will add command-line tools to your path. Depending on your OS, +you may need to open a new terminal window or re-log in. + ## Install the BlackBerry Native SDK +If you need to compile native code, for example when developing a native plugin, you +will need to install the BlackBerry Native SDK. + In order to get the BlackBerry Native SDK, download and install the IDE for Blackberry available from [developer.blackberry.com](http://developer.blackberry.com/native/download/), then using the IDE, install the Blackberry Native SDK. Following installation, you need to add its command-line tools to your http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/b004f0cd/docs/en/edge/guide/platforms/blackberry10/index.md ---------------------------------------------------------------------- diff --git a/docs/en/edge/guide/platforms/blackberry10/index.md b/docs/en/edge/guide/platforms/blackberry10/index.md index 5e6bed7..8df0be5 100644 --- a/docs/en/edge/guide/platforms/blackberry10/index.md +++ b/docs/en/edge/guide/platforms/blackberry10/index.md @@ -29,9 +29,9 @@ command-line tools, described in BlackBerry Platform Guide. The development environment is available on Windows, Mac and Linux. Developers should use the `cordova` utility in conjunction with the -Blackberry Native SDK. See The Command-Line Interface for information -how to install `cordova`, add projects, then build and deploy for each -platform. +BlackBerry WebWorks SDK or BlackBerry Native SDK. See The Command-Line +Interface for information how to install `cordova`, add projects, then +build and deploy for each platform. Blackberry 10 Device Simulator: @@ -44,8 +44,18 @@ Blackberry 10 Device Simulator: More information about requirements: [BB10 Simulator requeriments](http://developer.blackberry.com/devzone/develop/simulator/simulator_systemrequirements.html). +## Install the BlackBerry WebWorks SDK + +Download and install the BlackBerry WebWorks SDK from [developer.blackberry.com](https://developer.blackberry.com/html5/download/) + +The installer will add command-line tools to your path. Depending on your OS, +you may need to open a new terminal window or re-log in. + ## Install the BlackBerry Native SDK +If you need to compile native code, for example when developing a native plugin, you +will need to install the BlackBerry Native SDK. + In order to get the BlackBerry Native SDK, download and install the IDE for Blackberry available from [developer.blackberry.com](http://developer.blackberry.com/native/download/), then using the IDE, install the Blackberry Native SDK. Following installation, you need to add its command-line tools to your
