[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Windows installation version
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: Re: Windows installation version
- From: Ashish Patil <ashish2patil@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 31 Jul 2020 21:01:13 +0530
- To: libssh@xxxxxxxxxx
Hello Bruno, Thanks a lot. I have installed latest windows 10 SDK & selected Desktop development with C++. After this I am able to build libssh. Default is 0.9.3. *To build 0.9.4 * I made changes like below attached image, [image: image.png] For 0.9.4 *vcpkg\packages\libssh_x86-windows\CONTROL *still shows Package: libssh Version: 0.9.3-2 Architecture: x86-windows I think this is because, 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 Thanks & Regards, Ashish Patil. On Fri, Jul 31, 2020 at 7:44 PM Bruno Buzzi Brassesco < bruno.brasesco@xxxxxxxxx> wrote: > Hi, > "Desktop development with C++" workload. > > If you have to install Visual Studio with: "Desktop development with C++" > workload > > regards, > bruno > > El vie., 31 jul. 2020 a las 11:09, Ashish Patil (<ashish2patil@xxxxxxxxx>) > escribió: > >> Hello Bruno, >> >> Thanks for reply. >> >> Can I do this with VS2015. >> Does it support latest version of libssh 0.9.4. As you were facing issues >> last time , you were getting binary of 0,9.3. >> >> with VS2015 I am getting below error. >> >> >> >> [image: image.png] >> >> [image: image.png] >> >> Regards, >> Ashish P >> >> On Fri, Jul 31, 2020 at 7:33 PM Bruno Buzzi Brassesco < >> bruno.brasesco@xxxxxxxxx> wrote: >> >>> Hi, >>> These are the steps: >>> 1. Install the free VS2019 Community Edition on your machine with the >>> "Desktop development with C++" workload >>> 1.1. Be sure that Language Pack for English is installed on Visual >>> Studio (if not there's gonna be trouble in next steps) >>> 2. Install vcpkg for Windows (https://github.com/Microsoft/vcpkg/), >>> basically do: >>> 2.1. On Windows Command Prompt (cmd): >>> cd yourPreferedFolderForGitProjects >>> git clone https://github.com/Microsoft/vcpkg.git >>> exit >>> 2.2. Start Windows PowerShell and do: >>> cd yourPreferedFolderForGitProjects\vcpkg >>> .\bootstrap-vcpkg.bat >>> .\vcpkg integrate install >>> 3. Install libssh with vcpkg from Windows PowerShell: >>> .\vcpkg install libssh >>> >>> regards, >>> bruno >>> >>> El vie., 31 jul. 2020 a las 2:22, Ashish Patil (<ashish2patil@xxxxxxxxx>) >>> escribió: >>> >>>> Hello Bruno, >>>> >>>> Did you able to compile 0.9.4 in Windows using vcpkg ? >>>> >>>> Can you please share the details if you :) >>>> >>>> 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 >>>>> >>>>
Re: Windows installation version | Ashish Patil <ashish2patil@xxxxxxxxx> |
Re: 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> |