Getting Started

Edit me

Build

To build the toolkit, run the following ant command:

ant all

Clean

To clean the toolkit, run the following ant command:

ant clean

Create a release

To create a release of the toolkit, run the following ant command:

ant release

Build the samples

To build all sample applications, run the following commands:

cd samples
make all

Updated: