views:

49

answers:

1

Hello,
I am not a c developer, but I have been asked to to compile curl with ssh. I have downloaded the source for curl, libssh2 and openssl. I have managed to compile curl within VS2008, but I have no idea on to add the libssh2 and openssl. Any help would be grateful.

Thanks

+2  A: 

Just follow the guide on PHP.net for windows. Or you can use this really long guide for a more detailed walkthrough.

Aaron Harun
Thank you for your help, but I managed to find a compiled version.For anybody else who have the same problem, you can find it at http://www.gknw.net/mirror/curl/win32/ or http://curl.haxx.se/mail/archive-2010-04/0071.html
Podge