[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: vcpkg libssh 0.8.x version isn't available
[Thread Prev] | [Thread Next]
- Subject: Re: vcpkg libssh 0.8.x version isn't available
- From: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 28 Feb 2019 11:28:15 +0100
- To: libssh@xxxxxxxxxx
- Cc: Tilo Eckert <tilo.eckert@xxxxxxx>
On Thursday, February 28, 2019 10:10:53 AM CET Tilo Eckert wrote: > Hi Franciszek, > > as far as I understand vcpkg, its packages are maintained by Microsoft > and they rely on users to provide pull requests or create tickets asking > for integration. The files for libssh are here: > https://github.com/Microsoft/vcpkg/tree/master/ports/libssh > > Since you are already building on Linux, you could cross-compile your > desired version of libssh for Windows using MingW GCC. I use these cmake > options to enable cross-compilation: > > (32 bit) > > > "-DCMAKE_C_FLAGS:STRING=-m32 -march=i686 -mtune=generic" > > -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_C_COMPILER=i686-w64-mingw32-gcc > (64 bit) > > > "-DCMAKE_C_FLAGS:STRING=-m64 -march=x86-64 -mtune=generic" > > -DCMAKE_SYSTEM_NAME=Windows -DCMAKE_C_COMPILER=x86_64-w64-mingw32-gcc The big problem is that they don't offer OpenSSL 1.1 yet. -- Andreas Schneider asn@xxxxxxxxxxxxxx GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D
Re: vcpkg libssh 0.8.x version isn't available | Franciszek Juras <franciszekjuras@xxxxxxxxx> |
vcpkg libssh 0.8.x version isn't available | Franciszek Juras <franciszekjuras@xxxxxxxxx> |
Re: vcpkg libssh 0.8.x version isn't available | Tilo Eckert <tilo.eckert@xxxxxxx> |