diff --git a/README.html b/README.html index 0bfc1ce..bc80ae1 100644 --- a/README.html +++ b/README.html @@ -32,7 +32,7 @@

FreeBSD: (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.

Building this version (macOS):

(Only tested on Intel X86_64 Macs)

-

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.

+

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 run 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).

It is also assumed that CMake >= 3.13 is installed: this can be done with package managers MacPorts, Fink or Homebrew, or by a download from https://cmake.org/download/.

First get the latest macOS release of GStreamer-1.0 from https://gstreamer.freedesktop.org/download/. Install both the macOS runtime and development installer packages. Assuming that the latest release is 1.18.5 they are gstreamer-1.0-1.18.5-x86_64.pkg and gstreamer-1.0-devel-1.18.5-x86_64.pkg. 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).

diff --git a/README.md b/README.md index 8ddadd3..3a95e6f 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ 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 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._ +UxPlay can run on older macOS systems that will not be able to run Monterey, or can run 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). diff --git a/README.txt b/README.txt index 5d8787b..8403c74 100644 --- a/README.txt +++ b/README.txt @@ -164,8 +164,8 @@ Building this version (macOS): *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.* +systems that will not be able to run Monterey, or can run 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,