Thing is, I don't build libssh on linux, only use distro packages. Could you explain, why there is no precompiled version of libssh available on windows? That would make things a lot easier. I feel there is too much complexity involved with building library on your own, especially for people not familiar with cmake. Also instructions are somehow vogue and scattered across git repository and mailing archive.
czw., 28 lut 2019, 15:31 użytkownik <g4-l...@tonarchiv.ch> napisał: > On 28.02.19 10:10, Tilo Eckert wrote: > > > Since you are already building on Linux, you could cross-compile your > > desired version of libssh for Windows using MingW GCC > > I can confirm that this works fine. And you need less switches in the > code for Windows, because MinGW also supports pthreads for example. > > @Tilo: Thanks for sharing the Cmake options. Maybe we should add some > compilation HOWTOs to the documentation? This would help people a lot. > > Till > > >