id: 11695    nodeId: 11695    type: General    point: 48.0    linkPoint: 1.0    maker: cella    permission: linkable    made at: 2013.01.25 07:57    edited at: 2013.01.25 07:57
wget on OS X Lion
http://thomashunter.name/blog/install-wget-on-os-x-lion/

how to install wget on OS X Lion

curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.tar.gz
tar -xzvf wget-1.13.tar.gz
cd wget-1.13
./configure --with-ssl=openssl
make
sudo make install
which wget #Should output: /usr/local/bin/wget

Return to 아따블르 or wget on OS X Lion