Skip to content

Prebuilt Packages on Ubuntu 12.04

Josh Watzman edited this page May 7, 2015 · 24 revisions

Support for 12.04 ended with the HHVM 3.6 LTS. Nightly builds are no longer available, nor are versions newer than 3.6.

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
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
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

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