Skip to content

HHVM Pre built packages for Centos 6.4

nareshv edited this page May 17, 2013 · 1 revision

Taken from nareshv.blogspot.com

  1. Install Centos 6.4 64-bit (minimal is preferred)

  2. Install epel repository

sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
  1. download the hop5 repository configuration file
cd /etc/yum.repos.d

sudo wget http://www.hop5.in/yum/el6/hop5.repo
  1. Install hiphop-php
sudo yum install hiphop-php
  1. You can install olderversions from http://www.hop5.in/yum/el6/repoview/hiphop-php.html

Package naming convention

hiphop-php-2.1.VERSION [VERSION -> hhvm/version (file without dots. Example: 2.1.0-dev is 210, 2.0.2 is 202)]

hiphop-php-2.1.202 is 2.0.2 HHVM
hiphop-php-2.1.210 is 2.1.0 HHVM