-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Prebuilt packages on Ubuntu 14.04
W. Mark Kubacki edited this page Jun 17, 2015
·
13 revisions
To install prebuilt packages for Ubuntu 14.04 (amd64):
# 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 $(lsb_release -sc) 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-dbgIf this repo is slow for you, choose a different Mirror.
See also: