mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
Bump cmake min version to 3.10 (to silence deprecation warning)
This commit is contained in:
@@ -11,7 +11,10 @@ found).</strong></h3>
|
||||
<ul>
|
||||
<li><em><strong>NEW in v1.71</strong>: Support for (YouTube) HLS (HTTP
|
||||
Live Streaming) video with the new “-hls” option.</em> Click on the
|
||||
airplay icon in the YouTube app to stream video.</li>
|
||||
airplay icon in the YouTube app to stream video. (You may need to wait
|
||||
until advertisements have finished or been skipped before clicking the
|
||||
YouTube airplay icon.) <strong>Please report any issues with this new
|
||||
feature of UxPlay</strong>.</li>
|
||||
</ul>
|
||||
<h2 id="highlights">Highlights:</h2>
|
||||
<ul>
|
||||
@@ -258,7 +261,7 @@ libraries installed. Debian-based systems provide a package
|
||||
“build-essential” for use in compiling software. You also need
|
||||
pkg-config: if it is not found by “<code>which pkg-config</code>”,
|
||||
install pkg-config or its work-alike replacement pkgconf. Also make sure
|
||||
that cmake>=3.5 is installed: “<code>sudo apt install cmake</code>”
|
||||
that cmake>=3.10 is installed: “<code>sudo apt install cmake</code>”
|
||||
(add <code>build-essential</code> and <code>pkg-config</code> (or
|
||||
<code>pkgconf</code>) to this if needed).</p>
|
||||
<p>Make sure that your distribution provides OpenSSL 1.1.1 or later, and
|
||||
|
||||
Reference in New Issue
Block a user