Skip to content
Joshua Granick edited this page Jan 1, 2014 · 2 revisions

Compatibility

Lime is compatible with Tizen 2.2 devices

Dependencies

You must have the Tizen SDK installed. You can use "lime setup" to open a download page, then to tell the command-line tools where your SDK is located:

lime setup tizen

Targets

Both Tizen devices and the Tizen device simulator are supported.

Architectures

armv7 and x86, for device and device simulators, respectively.

Components

We had to use custom windowing in order to support Tizen, but OpenAL support is included with the platform, so we use the system version. Other dependencies include libjpeg, libpng, Freetype and cURL.

Future

In addition to supporting nuanced improvements for Tizen, which may become more apparent over time (or as the platform continues to develop), the primary missing feature for Tizen is accelerometer support. Whenever implemented (even in stub form) adding accelerometer support would crash devices instantly. We're inclined to believe this is a platform bug, and will be watching this with upcoming Tizen SDK releases.

Compiling

You may use the "tizen" target when using "lime" commands:

lime test tizen

You may also use the "-simulator" to target the device simulator:

lime test tizen -simulator
Clone this wiki locally