mac下缺乏make wget怎么办?
1、下载command Line tools for Xcode
http://www.mkyong.com/mac/how-to-install-gcc-compiler-on-mac-os-x/
安装。
2、下载wget安装包, 解压,然后安装:
http://www.debuglee.com/mac/mac-os-安装wget/
在执行 ./configure时如果失败,请尝试:
./configure -host powerpc-apple-bsd
参考:http://hints.macworld.com/article.php?story=2001041322081284
这样就可以使用wget命令啦!同时也可以使用make命令啦。