diff --git a/guides/hhvm/01-installation/01-introduction.md b/guides/hhvm/01-installation/01-introduction.md index 7441b1479..11a0b260e 100644 --- a/guides/hhvm/01-installation/01-introduction.md +++ b/guides/hhvm/01-installation/01-introduction.md @@ -5,7 +5,6 @@ HHVM is officially supported on most major [linux platforms](./linux.md), with l The easiest way to get going with HHVM is to use one of our supported prebuilt packages. Currently prebuilt packages are available for: * [Several versions of Debian and Ubuntu](./linux.md) -* [MacOS](./mac.md) ### LTS Releases diff --git a/guides/hhvm/01-installation/03-mac.md b/guides/hhvm/01-installation/03-mac.md index 45175c26d..8446a2405 100644 --- a/guides/hhvm/01-installation/03-mac.md +++ b/guides/hhvm/01-installation/03-mac.md @@ -1,25 +1,7 @@ ```yamlmeta { - "caution": [ - "HHVM will no longer support homebrew on MacOS going forward. For more information, see [Stopping MacOS Homebrew Support](https://hhvm.com/blog/2022/06/17/deprecating-homebrew.html)." + "warning": [ + "HHVM no longer supports homebrew on MacOS. For more information, see [Stopping MacOS Homebrew Support](https://hhvm.com/blog/2022/06/17/deprecating-homebrew.html)." ] } -``` - -We have limited support for installing HHVM on MacOS via [Homebrew](http://brew.sh/): - -``` -brew tap hhvm/hhvm -brew install hhvm -``` - -This will install binary packages on recent versions of MacOS (as of 2019-03-12, this means Mojave and High Sierra). If binary packages are not available -(or you pass `--build-from-source`), building will take between 20 minutes on a Mac Pro, to several hours on a MacBook Air. - -Several other packages are available: - -- `brew install hhvm-nightly`: installs the most recent nightly build -- `brew install hhvm-VERSION`: install a specific x.y version; for example, - `brew install hhvm-4.56` or `brew install hhvm-4.32` - -You can also [manually build from source](building-from-source#building-hhvm__macos). +``` \ No newline at end of file