/ Published in: Bash
URL: http://www.mactricksandtips.com/2008/07/installing-wget-on-your-mac-for-terminal.html
Wget is a command line tool to download files from the internet.
Expand |
Embed | Plain Text
# download the source from the GNU wget website : ftp://ftp.gnu.org/gnu/wget/wget-1.11.tar.gz tar -xvf wget-1.11.tar.gz cd wget-1.11 ./configure make sudo make install
You need to login to post a comment.
