Tuesday, July 17, 2012

맥에서 wget 대신 curl 사용법 [How to use "curl" command instead of "wget" on OS X]

wget {URL}    =    curl {URL} -o {FILENAME}   


또는 아래 사이트에서 다운 받아서,
./configure
make
sudo make install



No comments:

Post a Comment