I want to use shogun C++ in Android NDK. Thus I am wondering:
what is the C++ library dependencies for shogun?
a quick look at the shogun github repo, it seems that there are quick many dependecies as there is many Findxxx.cmake inside the project.
Also, shogun does provide interface to other languages, e.g. python, ruby, C#. I don't care about the interfaces, is it easy to disable them?
Is it easy possible to compile shogun as a shared library for android?
The Android now support build with ndk-build and CMake.
- It is possible to build shogun with nkd-build?
- If I need to build with CMake, do I need to adapt a lot of CMake scripts?
- Is there any example project which demonstrate the use of shogun in Android?