Build BOOST like *.so (shared object) for Android. How?
Unsolved
Mobile and Embedded
-
Does anyone knows how to build BOOST for Android like *.so (shared object)? All that I found is building like static:
- https://github.com/moritz-wundke/Boost-for-Android
- https://github.com/dec1/Boost-for-Android.git
- https://github.com/faithfracture/Apple-Boost-BuildScript.git
Or does anyone knows how to include BOOST sources into empty QT library project and build it via Qt Creator?