项目作者: hhvm

项目描述 :
Official Mac OS X Homebrew formula for HHVM
高级语言: Ruby
项目地址: git://github.com/hhvm/homebrew-hhvm.git
创建时间: 2015-08-26T18:33:42Z
项目社区:https://github.com/hhvm/homebrew-hhvm

开源协议:MIT License

下载


HHVM Homebrew Formula

Warning

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

Installation

  1. brew tap hhvm/hhvm
  2. # install the latest version of HHVM:
  3. brew install hhvm
  4. # ... or install the latest nightly build:
  5. brew install hhvm-nightly
  6. # ... or install the latest 4.8.z release:
  7. 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

  • Only issues with the packaging itself which don’t require a change to HHVM
    should be reported here. This includes things like missing dependencies or an
    out-of-date formula.
  • Most issues should be reported
    directly to the HHVM project since
    they will need to be fixed there. This includes everything from “this code
    doesn’t work on OS X” to “--HEAD doesn’t build”.

More Information

License

homebrew-hhvm is MIT-licensed.