My Tech Notes
Search This Blog
Compile and install wget on Mac OS X
Make sure you have
Xcode
installed
Download the wget source code:
http://ftp.gnu.org/pub/gnu/wget/wget-1.12.tar.gz
Compile and install:
tar xzvf wget-1.12.tar.gz cd wget-1.12 ./configure make sudo make install
Note:
I tried only version wget-1.12. The later version of the source code may not be so easy to compile.
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment