Skip to content

Prebuilt Packages on Debian 7 (wheezy)

nn4e edited this page Aug 14, 2013 · 2 revisions

To install prebuilt packages for Debian 7 (amd64), add the repository to your /etc/apt/sources.list:

echo "deb http://debian.lisgames.ru/ wheezy soft" >> /etc/apt/sources.list

Then import the public key and update the package index:

wget http://debian.lisgames.ru/lisgames_key.asc
apt-key add lisgames_key.asc
apt-get update

Finally, you can install (or update) your package with the normal apt-get install process:

apt-get install hiphop-php

Testing HHVM

hhvm  /opt/hiphop-php/hello.php

It should say "Hello world!".