This is my blog on the development of iPhone & Android in ChromeOS, Mac, Windows & Linux.
Saturday, December 27, 2008
How-to compile and install wget binary in Mac OS X
mkdir -p wget; cd wget curl -O http://ftp.gnu.org/pub/gnu/wget/wget-latest.tar.gz tar -zxvf wget-latest.tar.gz cd * ./configure make sudo cp -p src/wget /usr/bin/
No comments:
Post a Comment