Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion guides/hhvm/01-installation/01-introduction.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
24 changes: 3 additions & 21 deletions guides/hhvm/01-installation/03-mac.md
Original file line number Diff line number Diff line change
@@ -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).
```