aria2-build-msys2
aria2-build-msys2 copied to clipboard
aria2 build scripts on msys2 with custom patches.
Readme
aria2 build scripts for msys2 with custom patches.
Build Status
License
Changes
- option
max-connection-per-server: change maximum value to*, default value to16 - option
min-split-size: change minimum value to1K, default value to1M - option
piece-length: change minimum value to1K, default value to1M - option
connect-timeout: change default value to30 - option
split: change default value to128 - option
continue: change default value totrue - option
retry-wait: change default value to1 - option
max-concurrent-downloads: change default value to16 - option
netrc-pathconf-pathdht-file-pathdht-file-path6: change default value to sub-folder of current directory - option
deamon: make use of it on mingw - download: retry on slow speed and connection close
- download: add option
retry-on-400to retry on http 400 bad request, which only effective if retry-wait > 0 - download: add option
retry-on-403to retry on http 403 forbidden, which only effective if retry-wait > 0 - download: add option
retry-on-406to retry on http 406 not acceptable, which only effective if retry-wait > 0 - http: add option
http-want-digestto choose whether to send the generatedWant-DigestHTTP header or not (#10
Environment
MSYS2 Should be set up with commands below:
pacman -Syyuu --noconfirm
pacman -Su --noconfirm
pacman -S --noconfirm --needed base-devel zlib-devel sqlite git unzip zip tar gmp gmp-devel libssh2 libssh2-devel openssl-devel
Artifacts
Credits
- https://github.com/aria2/aria2
- https://gist.github.com/zhangyubaka/fb56f6bf9be50dbd28e64809cdc659be
- https://github.com/jb-alvarado/media-autobuild_suite