I tried "sudo apt-get install libcurl3 libcurl3-dev" ... But it seems it didn't work... any idea ?
EDIT : lol ... hum, I think I wasn't really awake when I wrote that ... For people who will read this post in the future, just do as usual when you install a package :
wget
http://curl.haxx.se/download/curl-7.15.5.tar.gz (for example)
and then use the super script unpack-n-patch-n-build-install.sh ....
However, I get now :
Package gtk+-2.0 was not found in the pkg-config search path.
Perhaps you should add the directory containing `gtk+-2.0.pc'
... so I try to install gtk+-2.0, but there I have this error :
configure: error: Library requirements (glib-2.0 >= 2.0.0 atk >= 1.0.0 pango >= 1.0.0) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them.
??? Have I to re-install every library ?!?