Skip to content

Instantly share code, notes, and snippets.

@michiomochi
Last active August 29, 2015 13:57
Show Gist options
  • Save michiomochi/9824046 to your computer and use it in GitHub Desktop.
Save michiomochi/9824046 to your computer and use it in GitHub Desktop.
cd ~/local/src
wget http://curl.haxx.se/download/curl-7.21.7.tar.bz2
tar xvf curl-7.21.7.tar.bz2
cd curl-7.21.7
./configure --prefix=${HOME}/local
make -j 2
make install
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment