-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Prebuilt packages on Ubuntu 10.04
Okunev Yu Dmitry edited this page Apr 18, 2014
·
7 revisions
Mirrors:
To install prebuilt packages for Ubuntu 10.04 (amd64):
sudo add-apt-repository ppa:ubuntu-toolchain-r/test
wget -O - http://dl.hhvm.com/conf/hhvm.gpg.key | sudo apt-key add -
echo deb http://dl.hhvm.com/ubuntu lucid main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install gcc-4.8 g++-4.8 gcc-4.8-base
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