hhvm / homebrew-hhvm

Official Mac OS X Homebrew formula for HHVM
MIT License
82 stars 22 forks source link
hhvm homebrew-formulae

HHVM Homebrew Formula

Warning

HHVM's OS X support is intended for development environments; we do not recommend HHVM on OSX in production.

Installation

brew tap hhvm/hhvm
# install the latest version of HHVM:
brew install hhvm
# ... or install the latest nightly build:
brew install hhvm-nightly
# ... or install the latest 4.8.z release:
brew install hhvm-4.8

If you need to install multiple versions, look at the documentation for brew switch, brew link, and brew unlink.

We aim to provide bottles (binary packages) for the two most recent versions of MacOS; as of September 2018, this is Mojave and High Sierra.

Building from source may also work on Sierra; earlier versions of MacOS are not supported as HHVM requires a recent XCode.

If you build from source, this will take anywhere from twenty minutes on a beefy Mac Pro to a couple of hours on a MacBook Air.

Reporting Issues

More Information

License

homebrew-hhvm is MIT-licensed.