添加aria2快速下载依赖库和扩展;添加依赖库GMP;添加依赖库libmcrypt; #28
Merged
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.
把我参与的swoole-cli 项目里的代码,用的上的搬过来
install_libmcrypt 代码搬运来自: https://github.com/jingjingxyk/swoole-cli/blob/a7986894753ea9f7d9cf470de29e755d03beb3d5/library_install_builder_test.php#L1594
install_gmp 代码搬运来自: https://github.com/jingjingxyk/swoole-cli/blob/a7986894753ea9f7d9cf470de29e755d03beb3d5/library_install_builder.php#L159
生成依赖库批量下载链接文件 代码搬运来自: swoole/swoole-cli#26
依赖库和扩展批量下载的链接地址 来自: https://github.com/jingjingxyk/swoole-cli/blob/13b34a9a8499c94d6fbe645f42c999fa9e716687/sapi/Preprocessor.php#L893