[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows installation version
[Thread Prev] | [Thread Next]
- Subject: Re: Windows installation version
- From: Ashish Patil <ashish2patil@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 19 Jun 2020 23:16:38 +0530
- To: libssh@xxxxxxxxxx, bruno.brasesco@xxxxxxxxx
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 < bruno.brasesco@xxxxxxxxx> 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 (<ashish2patil@xxxxxxxxx>) > 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 < >> bruno.brasesco@xxxxxxxxx> 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 >>> >>
Windows installation version | Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx> |
Re: Windows installation version | Ashish Patil <ashish2patil@xxxxxxxxx> |
Re: Windows installation version | Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx> |