-
Notifications
You must be signed in to change notification settings - Fork 3k
Prebuilt Packages on Centos 7.x
Paul Moss edited this page Mar 20, 2015
·
20 revisions
These are unofficial community-provided packages not supported by the HHVM team; for instructions on building from source, see https://github.com/facebook/hhvm/wiki/Building-and-installing-hhvm-on-CentOS-7.x
Open up an issue over at https://github.com/no1youknowz/hhvm-repo.
sudo rpm -Uvh http://dl.fedoraproject.org/pub/epel/7/x86_64/e/epel-release-7-5.noarch.rpm
wget https://copr.fedoraproject.org/coprs/no1youknowz/hhvm-repo/repo/epel-7/no1youknowz-hhvm-repo-epel-7.repo -O /etc/yum.repos.d/no1youknowz-hhvm-repo-epel-7.repo
sudo yum install hhvm
If you want to build extensions, the devel package is available too.
sudo yum install hhvm-devel
Here are the 3rd party extensions that are available for hhvm. All dependencies for extensions are in the hhvm repo.
sudo yum install hhvm-ext-dbase
sudo yum install hhvm-ext-geoip
sudo yum install hhvm-ext-mongofill
sudo yum install hhvm-ext-msgpack
sudo yum install hhvm-ext-pgsql (coming soon)
sudo yum install hhvm-ext-shape
sudo yum install hhvm-ext-ssdeep
sudo yum install hhvm-ext-uuid
sudo yum install hhvm-ext-uv (coming-soon)
sudo yum install hhvm-ext-zeromq