I just compiled curl from source by cloning the repo from here https://github.com/curl/curl and running the following commands:
sudo ./buildconf
sudo ./configure --with-libssh2
sudo make
Now I can't find where the executable is! Or what to do to finish the install. This is all it says to do in the GIT-INFO file. Any ideas?