mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
README cosmetic edit.
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
<p>The new license resolves a long-standing controversy over whether OpenSSL is a “System Library” to which GPL code can be freely linked, or not, in which case an explicit “GPL exception” must be added to the GPL license by all the authors (the historical origins of the UxPlay code make this impossible). <strong>The license issue only involves distribution of compiled code, not source code.</strong></p>
|
||||
<p>Packagers for distributions such as Debian that do not allow exception-free linking of GPL v3 code to OpenSSL-1.1.1 under its old “dual OpenSSL/SSLeay” license should use the “Apache v2” OpenSSL-3.x, which is backwards-compatible with UxPlay.</p>
|
||||
<p>As a possible help for packaging the uxplay binary for distributions that do not allow linking GPL v3 code to OpenSSL-1.1.1, and have not yet provided OpenSSL-3.0.0 packages, “cmake -DSTATIC_OPENSSL3=ON ….” will build uxplay that is statically linked to libcrypto.a that has been built from OpenSSL-3.x source, and installed in the default location (/usr/local/…); this can be uninstalled after UxPlay is compiled.</p>
|
||||
<p>An alternative is to replace the AES decryption code in lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL’s libcrypto) with a GPL implementation).</p>
|
||||
<p>An alternative is to replace the AES decryption code in lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL’s libcrypto) with a GPL implementation.</p>
|
||||
<h1 id="getting-uxplay">Getting UxPlay:</h1>
|
||||
<p>Either download and unzip <a href="https://github.com/FDH2/UxPlay/archive/refs/heads/master.zip">UxPlay-master.zip</a>, or (if git is installed): “git clone https://github.com/FDH2/UxPlay”.</p>
|
||||
<p><em>This is a pull request on the original site https://github.com/antimof/UxPlay ; it may or may not ever get committed into the codebase on the antimof site, as that project appears to no longer be active. If the pull request ever gets committed, replace “FDH2” by “antimof” in the above.</em></p>
|
||||
|
||||
@@ -65,7 +65,7 @@ location (/usr/local/...); this can be uninstalled after UxPlay is compiled.
|
||||
|
||||
An alternative is to replace the AES decryption code in
|
||||
lib/crypto.[c,h] (which is a wrapper for calls to OpenSSL's libcrypto)
|
||||
with a GPL implementation).
|
||||
with a GPL implementation.
|
||||
|
||||
|
||||
# Getting UxPlay:
|
||||
|
||||
@@ -73,7 +73,7 @@ built from OpenSSL-3.x source, and installed in the default location
|
||||
|
||||
An alternative is to replace the AES decryption code in
|
||||
lib/crypto.\[c,h\] (which is a wrapper for calls to OpenSSL's libcrypto)
|
||||
with a GPL implementation).
|
||||
with a GPL implementation.
|
||||
|
||||
Getting UxPlay:
|
||||
===============
|
||||
|
||||
Reference in New Issue
Block a user