forked from facebook/hhvm
-
Notifications
You must be signed in to change notification settings - Fork 0
HHVM Pre built packages for Centos 6.4
nareshv edited this page May 17, 2013
·
1 revision
Taken from nareshv.blogspot.com
-
Install Centos 6.4 64-bit (minimal is preferred)
-
Install epel repository
sudo yum install http://ftp.riken.jp/Linux/fedora/epel/6/i386/epel-release-6-8.noarch.rpm
- download the hop5 repository configuration file
cd /etc/yum.repos.d
sudo wget http://www.hop5.in/yum/el6/hop5.repo
- Install hiphop-php
sudo yum install hiphop-php
- You can install olderversions from http://www.hop5.in/yum/el6/repoview/hiphop-php.html
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