建立牡丹库为Android [英] Build Botan library for Android

查看:244
本文介绍了建立牡丹库为Android的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我怎样才能建立加密库的牡丹为Android?我基于M AC OS 10.7 的Eclipse IDE

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

推荐答案

请,看一看的 http://marc.info/?l=botan-devel&m=132094503031485
在那里,它被描述botan_all.cpp / botan_all.h是什么,以及它们是如何产生的。
从本质上讲,它们包含在一个文件中的牡丹库的所有功能。他们可以通过运行创建:
./configure.py --cpu =手臂--gen-融合

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

在接下来的步骤中,您根据调整的Andr​​oid.mk的设置<一个href=\"http://stackoverflow.com/questions/5205886/undefined-reference-when-accessing-my-shared-library-using-jni\">"Undefined参考&QUOT;使用JNI访问我的共享库时

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!

这篇关于建立牡丹库为Android的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆