leenjewel / openssl_for_ios_and_android

OpenSSL Library for iOS and Android
921 stars 318 forks source link

关于lib文件夹的问题 #14

Closed jiek233 closed 7 years ago

jiek233 commented 7 years ago

您好,我编译生成了一个output文件夹,和tools同级,tools下有一个libs文件夹,我想问下,我该把那个下面的armeabi复制到AndroidStudio工程呢?还有就是include/openssl该放到哪里?非常感谢

jiek233 commented 7 years ago

还有想请教一个问题,我编译出来X:\openssl\output\android\openssl-armeabi文件夹下只有include和lib两个文件夹,这样对吗?因为我下载了您的output,发现比我的多,谢谢

leenjewel commented 7 years ago

这样编译出来是可以的

--coding:uft-8 --

class Leen(Object): def init(self): self.NAME = "李寅" self.MSN = "leenjewel@hotmail.com" self.EMAIL = "leenjewel@gmail.com" self.GitHub = "https://github.com/leenjewel" self.Blog = "http://leenjewel.github.io" self.QQ = 99603265

2017-07-18 15:26 GMT+08:00 jiek233 notifications@github.com:

还有想请教一个问题,我编译出来X:\openssl\output\android\openssl- armeabi文件夹下只有include和lib两个文件夹,这样对吗?因为我下载了您的output,发现比我的多,谢谢

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/leenjewel/openssl_for_ios_and_android/issues/14#issuecomment-315981085, or mute the thread https://github.com/notifications/unsubscribe-auth/AAHaT8R0klbrWDX3QhlEgHSjInrjD5VMks5sPF4qgaJpZM4Oa79m .

jiek233 commented 7 years ago

那就是说我要用output目录下的吗?非常感谢

leenjewel commented 7 years ago

我昨天写了一个 example 是专门示例 AndroidStudio 工程使用 OpenSSL 的,你可以 pull 一下代码看看

jiek233 commented 7 years ago

非常感谢

jiek233 commented 7 years ago

确认一下,只执行build-openssl4android就可以了吧?我暂时不需要curl(虽然并不知道是什么东西),感谢

leenjewel commented 7 years ago

是的