[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libssh Installation
[Thread Prev] | [Thread Next]
- Subject: Re: libssh Installation
- From: Alberto Garcia <agarciaillera@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Thu, 7 Feb 2019 10:57:37 -0800
- To: Andreas Schneider <asn@xxxxxxxxxxxxxx>
- Cc: libssh@xxxxxxxxxx
You are mixing things: You don't need CMake to compile a simple C program. But for your program to use libssh your first need to compile libssh which project is generated using CMake. On Thu, Feb 7, 2019 at 1:06 AM Andreas Schneider <asn@xxxxxxxxxxxxxx> wrote: > On Wednesday, February 6, 2019 8:50:54 PM CET Alberto Garcia wrote: > > I just used cmake with openssl(you can get the precompiled libs from here > > https://www.npcglib.org/~stathis/blog/precompiled-openssl/) and zlib (I > > compiled that myself but zlib is optional, you can skip it if you want). > > Our Windows CI machine uses > > vcpkg install openssl zlib > > to compile libssh. > > -- > Andreas Schneider asn@xxxxxxxxxxxxxx > GPG-ID: 8DFF53E18F2ABC8D8F3C92237EE0FC4DCC014E3D > > > -- Alberto García Illera GPG Public Key <https://goo.gl/yshdwh>
Re: libssh Installation | Alberto Garcia <agarciaillera@xxxxxxxxx> |
Re: libssh Installation | Alberto Garcia <agarciaillera@xxxxxxxxx> |
Re: libssh Installation | Alberto Garcia <agarciaillera@xxxxxxxxx> |
Re: libssh Installation | Andreas Schneider <asn@xxxxxxxxxxxxxx> |