Some small updates/changes, up to current 1.1.25#75
Merged
alexx2000 merged 1 commit intodoublecmd:masterfrom Jun 8, 2025
Merged
Some small updates/changes, up to current 1.1.25#75alexx2000 merged 1 commit intodoublecmd:masterfrom
alexx2000 merged 1 commit intodoublecmd:masterfrom
Conversation
alexx2000
reviewed
Jun 1, 2025
| Compiled OpenSSL binaries for Windows can be found <a href="https://wiki.openssl.org/index.php/Binaries" target="_blank">here</a>, in other cases, we can use the operating system's package manager (for example, package <tt>libssl3</tt> or <tt>libssl1.1</tt> in Debian/Ubuntu, <tt>openssl</tt> in Arch Linux, <tt>openssl</tt> in macOS (Homebrew)).</p></li> | ||
| <li><p>Alternatively, in Linux, the plugin can use the <a href="https://www.gnutls.org/" target="_blank">GnuTLS</a> library (<tt>libgnutls.so.N</tt>, where "N" is a version number).</p></li> | ||
| <li>Windows: plugin contains a list of common names, and the required files will be found automatically.</li> | ||
| <li>macOS: <tt>libssl.dylib</tt> and <tt>libcrypto.dylib</tt>.</li> |
Contributor
There was a problem hiding this comment.
<li>macOS: <tt>libssl.N.dylib</tt> and <tt>libcrypto.N.dylib</tt>, where "N" is a version number.</li>
Contributor
There was a problem hiding this comment.
I don't sure about libssl.dylib and libcrypto.dylib, maybe they will work too when installed using Homebrew.
ADD: viewer.html: 'plugins\dll' subdirectory (Windows only). ADD: viewer.html: Built-in HEIC decoder (Windows 11 24H2+). Other small fixes/changes.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.