From 8999a55d5ee33c4c8cc026a2aac67de602ceb469 Mon Sep 17 00:00:00 2001 From: Tess Gauthier Date: Wed, 23 Feb 2022 18:04:25 -0500 Subject: [PATCH] Updated Building OpenSSH for Windows (using LibreSSL crypto) (markdown) --- ...ng-OpenSSH-for-Windows-(using-LibreSSL-crypto).md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md b/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md index 4dc5935..b9c8007 100644 --- a/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md +++ b/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto).md @@ -2,12 +2,6 @@ - git clone https://github.com/PowerShell/openssh-portable - git checkout latestw_all -#### Building OpenSSH for Windows Using Build Script -In Powershell: - - cd repository-root - - ipmo .\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force - - Start-OpenSSHBuild -Configuration -NativeHostArch - #### Building OpenSSH for Windows Using Visual Studio, 2015 or newer [*Recommended*] - Download and Install VS 2015, or newer, with Desktop Development with C++ - [latest install here](https://visualstudio.microsoft.com/downloads/) - Install Windows SDK 10.0.17663.0 during Visual Studio install, or download from [here](https://developer.microsoft.com/en-us/windows/downloads/sdk-archive/) @@ -16,6 +10,12 @@ In Powershell: - If necessary, change the configuration and architecture from the middle toolbar - Build the Win32-OpenSSH binaries +#### Building OpenSSH for Windows Using Build Script +In Powershell: + - cd repository-root + - ipmo .\contrib\win32\openssh\OpenSSHBuildHelper.psm1 -Force + - Start-OpenSSHBuild -Configuration -NativeHostArch + #### Deploying OpenSSH for Windows - Start-OpenSSHPackage -Configuration -NativeHostArch - Above generates Zipped binary and symbols payload. Follow further installation instructions [here](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH).