Subject: Re: Windows binaries

Re: Windows binaries

From: Benjamin Krajmalnik <bkrajmalnik_at_gmail.com>
Date: Tue, 29 May 2012 19:15:45 -0600

Unfortunately I do not have VS or MINGW.
Do you know of anyone who has built it and would be willing to post?

On Tue, May 29, 2012 at 5:32 PM, Alexander Lamaison <swish_at_lammy.co.uk> wrote:
> On 29 May 2012 23:03, Benjamin Krajmalnik <bkrajmalnik_at_gmail.com> wrote:
>> Are there any windows binaries available after 1.2.7?
>
> I'm not sure what the latest pre-built ones are but it doesn't really
> matter as they are so easy to make.
>
> Using Visual Studio:
> - Shove all the .c files in libssh2/src into an empty Win32 C++ (DLL
> or Static Library) project except libgcrypt.c/openssl.c of which you
> only pick the one appropriate to your crypto library.
> - Add your OpenSSL/libgcrypt include directory to the project include path
> - Add libssh2/include to the project include path
> - Add libssh2/win32 to the project include path
> - Add the appropriate crypto libraries to the project Additonal Libraries list
> - Build
> - Job done
>
> Using MinGW:
> I'm not confident enough to list the exact steps for this but its
> basically a matter of adding the same .c files to a Makefile source
> list and instructing gcc to make a DLL or static library from them.
> Use Google to find the flags you need to add for those two
> alternatives.
>
> Alex
> --
> Swish - Easy SFTP for Windows Explorer (http://www.swish-sftp.org)
> _______________________________________________
> libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
_______________________________________________
libssh2-devel http://cool.haxx.se/cgi-bin/mailman/listinfo/libssh2-devel
Received on 2012-05-30