[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: Bruno Buzzi Brassesco <bruno.brasesco@xxxxxxxxx>
- Reply-to: libssh@xxxxxxxxxx
- Date: Fri, 31 Jul 2020 11:07:30 -0300
- To: libssh@xxxxxxxxxx
Hi, That will compile: 0.9.3. I did not research any further on 0.9.4. Maybe next week i will take a look again. regards, bruno El vie., 31 jul. 2020 a las 11:02, Bruno Buzzi Brassesco (< bruno.brasesco@xxxxxxxxx>) escribió: > 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> |