Install wget on Mac OS X
Mac OS X comes without support for wget but this limitation is easily fixed. Start off by signing up to Apple Developer Connection and download XCode 3.0 – it’s a free but rather big download. Then open a terminal window and type:
ftp ftp://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar -xvzf wget-latest.tar.gz
cd wget-{version}
./configure
make
sudo make install
Replace {version} with the version of wget that was downloaded (shown when unpacking the archive).
Cristina
Thanks Martin, really helped, it went fast and clean
.
Cristina
jamik
Thank you!
OwlBoy
You need Xcode 3.1.3 for Mac OS X 10.5. 3.2 for Mac OS X 10.6.
Al
Thanks!
lin
Thanks a mil!!!
joseph dhahbi
thank you for your help. Very simple and clear!
Nikolay
That is how instructions must be made!!! Awesome!
Required
configure: configuring for GNU Wget 1.12
checking for a BSD-compatible install… /usr/bin/install -c
checking whether build environment is sane… yes
checking for a thread-safe mkdir -p… build-aux/install-sh -c -d
checking for gawk… no
checking for mawk… no
checking for nawk… no
checking for awk… awk
checking whether make sets $(MAKE)… no
checking build system type… i386-apple-darwin10.5.0
checking host system type… i386-apple-darwin10.5.0
checking for gcc… no
checking for cc… no
checking for cl.exe… no
configure: error: in `/Users/me/wget-1.12′:
configure: error: no acceptable C compiler found in $PATH
See `config.log’ for more details.
mdahlman
Thanks! You’re a hero. Providing detailed steps like that is fantastically helpful for the non-developers among us.
Brant
Time for “a little wget magic… kids’ stuff.” Thanks! Anyone looking to download an entire site using wget might like: http://linuxreviews.org/quicktips/wget/