-
Notifications
You must be signed in to change notification settings - Fork 3k
Prebuilt packages on Ubuntu 15.04 (vivid)
Josh Watzman edited this page May 7, 2015
·
9 revisions
To install prebuilt packages for Ubuntu 15.04:
# installs add-apt-repository
sudo apt-get install software-properties-common
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
sudo add-apt-repository 'deb http://dl.hhvm.com/ubuntu vivid main'
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
If this repo is slow for you, choose a different Mirror.
See also: