This is my history from the terminal installing wget in mac
210 which wget
211 curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
212 tar -xzf wget-1.13.4.tar.gz
213 cd wget-1.13.4
214 ./configure --with-ssl=openssl
215 make
216 sudo make install
217 wget --help
218 cd .. && rm -rf wget*
219 ls
220 history
211 curl -O http://ftp.gnu.org/gnu/wget/wget-1.13.4.tar.gz
212 tar -xzf wget-1.13.4.tar.gz
213 cd wget-1.13.4
214 ./configure --with-ssl=openssl
215 make
216 sudo make install
217 wget --help
218 cd .. && rm -rf wget*
219 ls
220 history
No comments:
Post a Comment