美文网首页
Mac 安装多线程下载工具

Mac 安装多线程下载工具

作者: 小马将过河 | 来源:发表于2023-01-05 23:20 被阅读0次
# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:11:52] C:1
$ brew install axel

Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

Error: axel: no bottle available!
You can try to install from source with:
  brew install --build-from-source axel
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:12:13] C:1
$ brew install --build-from-source axel
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

Error: autoconf-archive: no bottle available!
You can try to install from source with:
  brew install --build-from-source autoconf-archive
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:12:22] C:1
$ brew install --build-from-source autoconf-archive
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

==> Downloading https://ftp.gnu.org/gnu/autoconf-archive/autoconf-archive-2022.02.11.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/opt/homebrew/Cellar/autoconf-archive/2022.02.11
==> make install
🍺  /opt/homebrew/Cellar/autoconf-archive/2022.02.11: 594 files, 3.5MB, built in 5 seconds
==> Running `brew cleanup autoconf-archive`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:13:24]
$ brew install --build-from-source axel
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

Error: automake: no bottle available!
You can try to install from source with:
  brew install --build-from-source automake
Please note building from source is unsupported. You will encounter build
failures with some formulae. If you experience any issues please create pull
requests instead of asking for help on Homebrew's GitHub, Twitter or any other
official channels.

# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:14:30] C:1
$ brew install --build-from-source automake
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

==> Downloading https://ftp.gnu.org/gnu/automake/automake-1.16.5.tar.xz
######################################################################## 100.0%
==> ./configure --prefix=/opt/homebrew/Cellar/automake/1.16.5
==> make install
🍺  /opt/homebrew/Cellar/automake/1.16.5: 131 files, 3.2MB, built in 9 seconds
==> Running `brew cleanup automake`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

# mahaiqiang @ mahaiqiangdeMacBook-Air in ~ [23:17:00]
$ brew install --build-from-source axel
Warning: You are using macOS 13.
We do not provide support for this pre-release version.
You will encounter build failures with some formulae.
Please create pull requests instead of asking for help on Homebrew's GitHub,
Twitter or any other official channels. You are responsible for resolving
any issues you experience while you are running this
pre-release version.

==> Downloading https://github.com/axel-download-accelerator/axel/releases/download/v2.17.11/axel-2.17.11.tar.xz
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/40662937/454e5e5c-257d-41a0-870a-733e0ecf9e17
######################################################################## 100.0%
==> ./configure --prefix=/opt/homebrew/Cellar/axel/2.17.11 --sysconfdir=/opt/homebrew/etc
==> make install
🍺  /opt/homebrew/Cellar/axel/2.17.11: 8 files, 147.7KB, built in 15 seconds
==> Running `brew cleanup axel`...
Disable this behaviour by setting HOMEBREW_NO_INSTALL_CLEANUP.
Hide these hints with HOMEBREW_NO_ENV_HINTS (see `man brew`).

下载试试

$ axel https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-windows-amd64.exe
Initializing download: https://github.com/FiloSottile/mkcert/releases/download/v1.4.4/mkcert-v1.4.4-windows-amd64.exe
File size: 4.66943 Megabyte(s) (4896256 bytes)
Opening output file mkcert-v1.4.4-windows-amd64.exe
Starting download

Connection 0 finished
Connection 3 finished
[ 94%] [...................................................10   ..........................3 .............................] [  46.1KB/s] [00:05]

相关文章

网友评论

      本文标题:Mac 安装多线程下载工具

      本文链接:https://www.haomeiwen.com/subject/fepdcdtx.html