Skip to content
This repository has been archived by the owner on Feb 25, 2022. It is now read-only.

想请教关于gifsicle在android上编译的问题 #94

Open
alenyu8 opened this issue Oct 10, 2017 · 3 comments
Open

想请教关于gifsicle在android上编译的问题 #94

alenyu8 opened this issue Oct 10, 2017 · 3 comments

Comments

@alenyu8
Copy link

alenyu8 commented Oct 10, 2017

我看到你有在项目中使用了gifsicle库,因为gifsicle官方没有提供android的版本,想请教你是如何编译的?谢谢

@seven332
Copy link
Owner

这里有这方面的解释。
#73 (comment)

@alenyu8
Copy link
Author

alenyu8 commented Oct 12, 2017

看到了,我下载了你fork的分支,可是如何编译呢?能稍微详细点告诉我吗?非常感谢!

@seven332
Copy link
Owner

seven332 commented Oct 20, 2017

有两种编译方法:

1. 手写 Android.mk,用 ndk-build 编译

Android.mk 文件在我的项目里有,问题是需要 config.h 文件,也就是需要你在 automake 的环境下生成 config.h 并且针对 Android 不同的 ABI 进行修改。

2. 直接交叉编译

这个方法要简单些,就和一般的交叉编译一样,配置一下编译环境就可以编译了。

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants