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

Popular posts from this blog

How to provide Authorization & Authentication using Asp.net, C#? -

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

How to use Authorization & Authentication in Asp.net, C#? -