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 (<[email protected]>) 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 < > [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 >> >
