Skip to content

Prebuilt Packages on Ubuntu 12.04

Fred Emmott edited this page Jun 25, 2014 · 24 revisions

Ubuntu 12.04 is no-longer supported by the HHVM team, as HHVM requires GCC 4.8

To install prebuilt packages for Ubuntu 12.04 (amd64):

# If this command is not found then do this: sudo apt-get install python-software-properties
sudo add-apt-repository ppa:mapnik/boost
wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
echo deb http://dl.hhvm.com/ubuntu precise main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install hhvm
# If you are getting segfaults
sudo apt-get install hhvm-dbg
# Living on the edge (rebuilt everyday, unstable)
sudo apt-get install hhvm-nightly
# Segfaults in the nightly
sudo apt-get install hhvm-nightly-dbg

Don't forget to Install Boost 1.49 on Ubuntu 12.04. See Building and Installing HHVM on Ubuntu 12.04 for details.

If this repo is slow for you, choose a different Mirror.

Clone this wiki locally