Last active
August 29, 2015 14:01
-
-
Save odiel/529aec2ceef47b1e3124 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment