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?
sudoforconfigureormake- using it in these steps can (in theory) expose to unnecessary security risks and, most importantly, create a lot of files that only the superuser can delete. OTOH, you generally needsudoformake install(as it generally has to write to system locations).src/curl