PLEASE NOTE: BY USING THIS RELEASE YOU ACCEPT
THAT IT IS SUBJECT TO THE PRODUCT KIT LICENSE AGREEMENT THAT YOU HAVE
ACCEPTED ELECTRONICALLY, A COPY OF WHICH IS AVAILABLE AT
https://createpoint.qti.qualcomm.com/dashboard/pkla/license.


Getting Started
===============

The iOS Smart Audio Application is supplied as a source code bundle and requires the Xcode IDE to be installed
as well as the corresponding command line tools.

Additionally, before the Smart Audio application itself can be built, a number of other dependencies must be satisfied.

To do this, a script is supplied in the same folder of the bundle as this ReadMe. It is invoked using:

./build_deps.sh

This script will install the following if not already installed: cocoapods, homebrew, boost, pkg-config, scons,
a recent python, pip, setuptools, wheel and virtualenv. The installation of some of these tools may require a
sudo password to be entered.

The above script will also fetch and build the IoTivity source as well its dependencies.

Finally, the script will generate the IoTSys and AllPlay controller classes and install the necessary
Cocoapod dependencies.

Once the script has completed successfully, the Xcode workspace (Jukebox.xcworkspace) may be opened using Xcode.
The bundle ID and code signing options must be changed to those corresponding to the engineer’s organization before
the application may be built.
