mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-14 00:04:13 +09:00
edits to README (Monterrey AirPlay)
This commit is contained in:
@@ -32,7 +32,7 @@
|
||||
<p><strong>FreeBSD:</strong> (sudo pkg install) libplist gstreamer1, gstreamer1-libav, gstreamer1-plugins, gstreamer1-plugins-* (* = core, good, bad, x, gtk, gl, vulkan, pulse …), (+ gstreamer1-vaapi for Intel graphics). Either avahi-libdns or mDNSResponder must also be installed to provide the dns_sd library. OpenSSL is already installed as a System Library. “ZOOMFIX” is untested; don’t try to use it on FreeBSD unless you need it.</p>
|
||||
<h1 id="building-this-version-macos">Building this version (macOS):</h1>
|
||||
<p><strong>(Only tested on Intel X86_64 Macs)</strong></p>
|
||||
<p><em>Note: A native AirPlay Server feature is included in upcoming macOS 12 Monterey, but UxPlay can run on older macOS systems that will not be able to run Monterey.</em></p>
|
||||
<p><em>Note: A native AirPlay Server feature is included in macOS 12 Monterey, but is restricted to recent hardware. UxPlay can run on older macOS systems that will not be able to run Monterey, or can Monterey but not AirPlay.</em></p>
|
||||
<p>These instructions for macOS asssume that the Xcode command-line developer tools are installed (if Xcode is installed, open the Terminal, type “sudo xcode-select –install” and accept the conditions).</p>
|
||||
<p>It is also assumed that CMake >= 3.13 is installed: this can be done with package managers <a href="http://www.macports.org">MacPorts</a>, <a href="http://finkproject.org">Fink</a> or <a href="http://brew.sh">Homebrew</a>, or by a download from <a href="https://cmake.org/download/">https://cmake.org/download/</a>.</p>
|
||||
<p>First get the latest macOS release of GStreamer-1.0 from <a href="https://gstreamer.freedesktop.org/download/">https://gstreamer.freedesktop.org/download/</a>. Install both the macOS runtime and development installer packages. Assuming that the latest release is 1.18.5 they are <code>gstreamer-1.0-1.18.5-x86_64.pkg</code> and <code>gstreamer-1.0-devel-1.18.5-x86_64.pkg</code>. Click on them to install (they install to /Library/FrameWorks/GStreamer.framework). It is recommended you use GStreamer.framework rather than install Gstreamer with Homebrew or MacPorts (see later).</p>
|
||||
|
||||
@@ -126,8 +126,8 @@ OpenSSL is already installed as a System Library. "ZOOMFIX" is untested; don't
|
||||
|
||||
**(Only tested on Intel X86_64 Macs)**
|
||||
|
||||
_Note: A native AirPlay Server feature is included in upcoming macOS 12 Monterey,
|
||||
but UxPlay can run on older macOS systems that will not be able to run Monterey._
|
||||
_Note: A native AirPlay Server feature is included in macOS 12 Monterey, but is restricted to recent hardware.
|
||||
UxPlay can run on older macOS systems that will not be able to run Monterey, or can Monterey but not AirPlay._
|
||||
|
||||
These instructions for macOS asssume that the Xcode command-line developer tools are installed (if Xcode is installed, open the Terminal, type "sudo xcode-select --install" and accept the conditions).
|
||||
|
||||
|
||||
@@ -162,9 +162,10 @@ Building this version (macOS):
|
||||
|
||||
**(Only tested on Intel X86\_64 Macs)**
|
||||
|
||||
*Note: A native AirPlay Server feature is included in upcoming macOS 12
|
||||
Monterey, but UxPlay can run on older macOS systems that will not be
|
||||
able to run Monterey.*
|
||||
*Note: A native AirPlay Server feature is included in macOS 12 Monterey,
|
||||
but is restricted to recent hardware. UxPlay can run on older macOS
|
||||
systems that will not be able to run Monterey, or can Monterey but not
|
||||
AirPlay.*
|
||||
|
||||
These instructions for macOS asssume that the Xcode command-line
|
||||
developer tools are installed (if Xcode is installed, open the Terminal,
|
||||
|
||||
Reference in New Issue
Block a user