-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
增加libzstd库;解决brotli库使用问题;curl 启用libidn2库,brotli库 #40
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@jingjingxyk 添加一下我的微信 19921030512 方便沟通 |
Closed
|
@matyhtf 我分开提交,分别是:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
新增:
libzstd
库 (说明:libzstd 库依赖 liblzma)libidn2
库 (说明:让curl 支持请求解析中文域名等;libidn2
库 依赖gettext coreutils
)make
和make install
逻辑修改:
freetype
和curl
默认启用依赖brotili
库zip
和curl
启用依赖libzstd
库./make.sh all-library
变更为./make.sh build-all-library
libjpeg libgif libzip zlib zbip2
安装目录为指定的非标目录 (譬如:/usr/libjpeg ;/usr/libgif/ ;/usr/libzip ;/usr/zlib ;/usr/zbip2)freetype
、imagemagick
、libzip
、curl
构建命令优化修复:
brotili
库 构建 按照文档,补足安装构建命令