Compiling FFTW library with Android NDK on Windows -
i'm new android ndk development, though keep trying dig further it.
i have task compile , include fftw library static module (libfftw3.a) our android project. know how include module in android.mk file. thing don't know how compile source code (fftw site) particularly android ndk on windows.
i have searched @ stackoverflow on other sites. possible solutions there applied linux or mac os; standalone toolchains (?) of android ndk being used there. unfortunatelly i'm pretty bad @ linux , mac commands android ndk's standalone toolchains , c++ code refactoring.
so, please provide me working solutions build fftw library ndk on windows minimum amount of tweaks , hacks: articles or sources welcome.
i need support android down api 10 both armeabi , x86 architectures. environment has following features:
- windows 8.1 x64;
- android ndk r10;
- fftw source code v.3.3.4
thanks in advance provided!
Comments
Post a Comment