How to use libssh in a windows QT Project.
-
I had been googling and I don’t know what is the best way to do that. I go https://www.libssh.org in windows download section. The last version is 0.7.5 (in this moment) and I can download two files:
- libssh-0.7.5.tar.asc
- libssh-0.7.5.tar.xz
I had tried to compile with cmake (the second file) but the error “Could not detect openssl/des.h” let me not going on.Is there any way to do it?
Please, anybody can help me?Thaks.
-
Hi,
For building libssh itself, you should ask the authors of that library.
That said, from the error you have, do you have OpenSSL installed on your system ?
-
I think you are mixing two things here:
- Build libssh
- Use libssh in your project
For the former, ask the maintainers of the library. For the second see the related Qt Creator documentation.
Note that you have an INSTALL file in the sources that explains what to do to build libssh.