From a8221b18d5b7536c458c55240c5ba4e611930d2e Mon Sep 17 00:00:00 2001 From: Brian Heim Date: Sun, 16 Sep 2018 20:33:13 -0500 Subject: [PATCH] readmes: update info on reqd system version --- README.md | 5 +++++ README_MACOS.md | 3 +++ 2 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 42dcb97ee6a..235a749a4b7 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,11 @@ To get the latest stable version, Linux users will need to build SuperCollider t [downloads page]: https://supercollider.github.io/download +### Platform requirements + +The minimum supported version of macOS is 10.10 Yosemite; the minimum supported version of Windows +is Windows Vista. + Learn ----- diff --git a/README_MACOS.md b/README_MACOS.md index 0e8bedf1119..f36bb536c0a 100644 --- a/README_MACOS.md +++ b/README_MACOS.md @@ -45,6 +45,9 @@ Prerequisites: See http://brew.sh for installation instructions. - **git, cmake >= 3.5, libsndfile, readline, and qt5 >= 5.7**, installed via homebrew: `brew install git cmake libsndfile readline qt5` +- If you are building with Qt libraries, you will also need the [requirements for + QtWebEngine](https://doc.qt.io/qt-5/qtwebengine-platform-notes.html#macos), specifically macOS + 10.9 and the macOS SDK for 10.10 or later. - If you want to build with the *supernova* server, you need **portaudio** package, which can also be installed via homebrew: `brew install portaudio`