Hello Bruno, Thanks a lot. This will help me a lot :) !!!
Regards, Ashish On Fri, Jun 19, 2020 at 11:11 PM Bruno Buzzi Brassesco < [email protected]> wrote: > Ashish, > These are the steps: > * Install the free VS2019 Community Edition on your machine with the "*Desktop > development with C++*" workload > * Install vcpkg for Windows (https://github.com/Microsoft/vcpkg/) & libssh > - Open PowerShell > - cd yourPreferedFolderForGitProjects > - git clone https://github.com/Microsoft/vcpkg.git > - cd vcpkg > - .\bootstrap-vcpkg.bat > - .\vcpkg integrate install > - .\vcpkg install libssh > > This should create ssh.dll on > "yourPreferedFolderForGitProjects\vcpkg\packages\libssh_x86-windows\bin". > If i check on "\vcpkg\packages\libssh_x86-windows\CONTROL (file)" then the > version is "0.9.3-1" > > Also "(Get-Item C:\Path\To\ssh.dll).VersionInfo" does not show version > info and answers an empty string for the version. > > regards, > bruno > > El vie., 19 jun. 2020 a las 14:22, Ashish Patil (<[email protected]>) > escribió: > >> Hello Bruno, >> >> Can you please share the steps/ or reference link about how you did it. I >> also want to compile on windows. >> >> Did you compile 0.9.4 and you are seeing 0.9.3.1. >> >> Regarding your question. >> One observation we have seen is, libssh-0.9.4\include\libssh\libssh.h is >> not containing version information as 0.9.4 >> >> /* libssh version */ >> #define LIBSSH_VERSION_MAJOR 0 >> #define LIBSSH_VERSION_MINOR 9 >> #define LIBSSH_VERSION_MICRO 3 >> >> Hope this is related to your doubt. >> >> Thanks & Regards, >> Ashish Patil. >> >> On Fri, Jun 19, 2020 at 7:36 PM Bruno Buzzi Brassesco < >> [email protected]> wrote: >> >>> Hi, >>> >>> I just compiled lissh on Windows successfully but if i check on CONTROL >>> file it say that is version 0.9.3-1. >>> >>> How i do compile 0.9.4 in Windows using vcpkg ? >>> >>> regards, >>> bruno >>> >>
