Build Botan library for Android

烈酒焚心 提交于 2019-12-12 21:27:40

问题


How can I build the cryptographic library Botan for Android? I am using Mac OS 10.7 and Eclipse IDE.


回答1:


Please, have a look at http://marc.info/?l=botan-devel&m=132094503031485. There it is described what the botan_all.cpp/ botan_all.h are and how they can be generated. Essentially, they contain all the functions of the Botan library in one file. They can be created by running: ./configure.py --cpu=arm --gen-amalgamation

In the next step you adjust your settings of the Android.mk according to "Undefined reference" when accessing my shared library using JNI

I'm not sure whether the procedure has changed since then. However, I hope this helps you!



来源:https://stackoverflow.com/questions/13512294/build-botan-library-for-android

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!