当前位置:   article > 正文

mac安装wget_mac wget安装

mac wget安装

1、下载wget

点这添加链接描述

2、解压缩

tar -zxvf
  • 1

3、进入目录

./configure
  • 1

4 遇到问题

configure: error: Package requirements (gnutls) were not met:

No package 'gnutls' found

Consider adjusting the PKG_CONFIG_PATH environment variable if you installed software in a non-standard prefix.
Alternatively, you may set the environment variables GNUTLS_CFLAGS and GNUTLS_LIBS to avoid the need to call pkg-config.
See the pkg-config man page for more details.
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7

参考以下方法:点这 添加链接描述
此方法容易超时失败

用这个添加链接描述方法
遇到如下问题。

chmod: /usr/lib/libhogweed.so: No such file or directory
chmod: /usr/lib/libnettle.so: No such file or directory
  • 1
  • 2

使用这里添加链接描述的方法,安装homebrew,成功安装homebrew

5、安装wget

brew install wget
  • 1

到此安装成功

声明:本文内容由网友自发贡献,转载请注明出处:【wpsshop】
推荐阅读
相关标签
  

闽ICP备14008679号