Skip to content

Commit

Permalink
Add instructions fo build with Mqtt library
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmurray committed Oct 6, 2013
1 parent d854f4d commit 6102e63
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions AutomotiveMqttConcept/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ The sample code for this application is Open Source under the [Apache 2.0 Licens

Simply import the project into a workspace in your NDK. Of course you should review the project after it's been imported; for example, paying attention to the settings in the **bar-descriptor.xml** file.

This project makes use of the [Mqtt library](https://github.com/blackberry/Cascades-Community-Samples/tree/master/Mqtt) *libMqtt.so*. If you've installed the Mqtt project in the same workspace as this project then simply build the Mqtt project first, then perform a "Clean" and "Build" on this project. There is some logic built into the *AutomotiveMqttConcept.pro* file to locate and use the public header files for Mqtt and *libMqtt.so* itself.

**But I don't want to build it myself!**

If you don't want to build this sample application yourself we've included a pre-built and signed BAR file. You can find it in the folder "**installable-bar-files**".
Expand Down
4 changes: 4 additions & 0 deletions TestMqtt/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,15 @@ The sample code for this application is Open Source under the [Apache 2.0 Licens

1. Minimal requirement for BlackBerry 10 Device Software is **10.2.0**
1. Minimal requirement for BlackBerry 10 Native SDK is **10.2.0**
1. [Mqtt library](https://github.com/blackberry/Cascades-Community-Samples/tree/master/Mqtt) 1.0.0 (also available from this GitHub repo)


**How to Build TestMqtt**

Simply import the project into a workspace in your NDK. Of course you should review the project after it's been imported; for example, paying attention to the settings in the **bar-descriptor.xml** file.

This project makes use of the [Mqtt library](https://github.com/blackberry/Cascades-Community-Samples/tree/master/Mqtt) *libMqtt.so*. If you've installed the Mqtt project in the same workspace as this project then simply build the Mqtt project first, then perform a "Clean" and "Build" on this project. There is some logic built into the *TestMqtt.pro* file to locate and use the public header files for Mqtt and *libMqtt.so* itself.

**But I don't want to build it myself!**

If you don't want to build this sample application yourself we've included a pre-built and signed BAR file. You can find it in the folder "**installable-bar-files**" as follows:
Expand Down

0 comments on commit 6102e63

Please sign in to comment.