Skip to content

Prebuilt Packages on Fedora 20

jascha ehrenreich edited this page Mar 6, 2014 · 3 revisions

To install prebuilt packages for Fedora 20 (amd64), add the HHVM repository to your /etc/yum.repos.d/hhvm.repo

[hhvm]
name=HHVM for Fedora $releasever - $basearch
baseurl=http://dl.hhvm.com/fedora/$releasever/$basearch/

You can now install (or update) your package with the normal yum install process:

wget http://dl.hhvm.com/conf/hhvm.gpg.key
su -c 'rpm --import hhvm.gpg.key'
su -c 'yum install hhvm'
Clone this wiki locally