docs: clarify OCLP support status

Signed-off-by: Patrick Linnane <patrick@linnane.io>
This commit is contained in:
Patrick Linnane 2025-04-12 11:25:16 -07:00
parent 213633371c
commit 76b3cf0334
No known key found for this signature in database
2 changed files with 4 additions and 4 deletions

View File

@ -1,5 +1,5 @@
--- ---
last_review_date: "1970-01-01" last_review_date: "2025-04-12"
--- ---
# Installation # Installation
@ -14,7 +14,6 @@ The macOS `.pkg` installer also installs Homebrew to its default prefix (`/opt/h
* An Apple Silicon CPU or 64-bit Intel CPU <sup>[1](#1)</sup> * An Apple Silicon CPU or 64-bit Intel CPU <sup>[1](#1)</sup>
* macOS Ventura (13) (or higher) installed on officially supported hardware<sup>[2](#2)</sup> * macOS Ventura (13) (or higher) installed on officially supported hardware<sup>[2](#2)</sup>
* **Note:** Devices using OpenCore Legacy Patcher are not supported
* Command Line Tools (CLT) for Xcode (from `xcode-select --install` or * Command Line Tools (CLT) for Xcode (from `xcode-select --install` or
[https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or [https://developer.apple.com/download/all/](https://developer.apple.com/download/all/)) or
[Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup> [Xcode](https://itunes.apple.com/us/app/xcode/id497799835) <sup>[3](#3)</sup>
@ -119,7 +118,7 @@ Uninstallation is documented in the [FAQ](FAQ.md#how-do-i-uninstall-homebrew).
<a data-proofer-ignore name="1"><sup>1</sup></a> For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). <a data-proofer-ignore name="1"><sup>1</sup></a> For 32-bit or PPC support see [Tigerbrew](https://github.com/mistydemeo/tigerbrew).
<a data-proofer-ignore name="2"><sup>2</sup></a> macOS 13 (Ventura) or higher is best and supported, 10.11 (El Capitan) 12 (Monterey) are unsupported but may work and 10.10 (Yosemite) and older will not run Homebrew at all. For 10.4 (Tiger) 10.6 (Snow Leopard) see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). <a data-proofer-ignore name="2"><sup>2</sup></a> macOS 13 (Ventura) or higher is best and supported, 10.11 (El Capitan) 12 (Monterey) are unsupported but may work and 10.10 (Yosemite) and older will not run Homebrew at all. For 10.4 (Tiger) 10.6 (Snow Leopard) see [Tigerbrew](https://github.com/mistydemeo/tigerbrew). Using OpenCore Legacy Patcher is a [Tier 2 configuration](Support-Tiers.md#tier-2).
<a data-proofer-ignore name="3"><sup>3</sup></a> You may need to install Xcode, the CLT, or both depending on the formula, to install a bottle (binary package) which is the only supported configuration. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/account/). <a data-proofer-ignore name="3"><sup>3</sup></a> You may need to install Xcode, the CLT, or both depending on the formula, to install a bottle (binary package) which is the only supported configuration. Downloading Xcode may require an Apple Developer account on older versions of Mac OS X. Sign up for free at [Apple's website](https://developer.apple.com/account/).

View File

@ -23,7 +23,7 @@ A Tier 1 supported configuration is one in which:
For Tier 1 support, Homebrew on macOS must be all of: For Tier 1 support, Homebrew on macOS must be all of:
- running on official Apple hardware (e.g. not a "Hackintosh" or VM) - running on official Apple hardware (e.g. not a "Hackintosh" or VM)
- running a version of macOS supported by Apple on that hardware (e.g. not using OpenCore Legacy Patcher) - running a version of macOS supported by Apple on that hardware
- running a version of macOS with Homebrew CI coverage (i.e. the latest stable or prerelease version, two preceding versions) - running a version of macOS with Homebrew CI coverage (i.e. the latest stable or prerelease version, two preceding versions)
- installed in the default prefix (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Intel x86_64) - installed in the default prefix (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Intel x86_64)
- running on a supported architecture (i.e. Apple Silicon or Intel x86_64) - running on a supported architecture (i.e. Apple Silicon or Intel x86_64)
@ -63,6 +63,7 @@ Tier 2 configurations include:
- using official packages that need to be built from source due to installing Homebrew outside the default prefix - using official packages that need to be built from source due to installing Homebrew outside the default prefix
(i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Apple Intel x86_64, `/home/linuxbrew/.linuxbrew` for Linux) (i.e. `/opt/homebrew` on Apple Silicon, `/usr/local` on Apple Intel x86_64, `/home/linuxbrew/.linuxbrew` for Linux)
- running on a not-yet-supported architecture (i.e. Linux ARM64/AARCH64) - running on a not-yet-supported architecture (i.e. Linux ARM64/AARCH64)
- devices using OpenCore Legacy Patcher
## Tier 3 ## Tier 3