우선 wget 을 다운받습니다.
https://www.gnu.org/software/wget/
사이트 중간쯤에 download here을 클릭합니다.
https://ftp.gnu.org/gnu/wget/
저는 최신버전중 wget-1.19.tar.gz 파일을 다운받습니다.
.configure 후 make를 실행하려고하자 바로 오류가 되네요
There seems to be no Makefile in this directory.
You must run ./configure before running 'make'.
make: *** [abort-due-to-no-makefile] Error 1
google 검색을 하니 아래 명령을 실행하라고 하네요
https://stackoverflow.com/questions/33886917/how-to-install-wget-in-macos-capitan-sierra
ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew install wget --with-libressl
brew 가짱이네요
'mac os 적응기' 카테고리의 다른 글
mac jenkins 삭제 (0) | 2017.12.16 |
---|---|
mac jenkins 설치하기 (0) | 2017.12.16 |
맥 마우스 커지게 만들기 (0) | 2017.12.15 |
mac tomcat 설치 (0) | 2017.12.15 |
mac 캡쳐하기 (0) | 2017.12.15 |