How can i compile native library (c++), the same way with NDK in Android?

How can i compile native library (c++), the same way with NDK in Android?

BY 07 Oct 2013 Native Application Development

I want to compile library HaruLib http://libharu.org/ for using in my app, but i don’t know how to achive it. 

On Android we have NDK to compile c++ source code to library *.so and then using JNI to access that library in JAVA source.

I don’t know how to achive it with Tizen, i would be very appreciate if have an example.

Written by