How can I build OpenSSH for Windows Using Visual Studio with zlib enabled? #2362
Unanswered
futuremotiondev
asked this question in
Q&A
Replies: 1 comment 1 reply
-
zlib is compiled statically with Win32-OpenSSH by default - it is managed via a |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I've followed all of the steps here: https://github.com/PowerShell/Win32-OpenSSH/wiki/Building-OpenSSH-for-Windows-(using-LibreSSL-crypto)
And successfully built the Win32-OpenSSH binaries (Win64 and Win32). My file list is as follows after the build:
But I'm not sure how to check if zlib is enabled in this build, or how to enable it.
A couple questions:
Can someone show me in which part of the build process I need to specify zlib support? Is there a flag or something?
Thanks so much for any help!
Beta Was this translation helpful? Give feedback.
All reactions