Skip to content

Instantly share code, notes, and snippets.

@tenorok
Last active December 20, 2015 01:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tenorok/6048749 to your computer and use it in GitHub Desktop.
Save tenorok/6048749 to your computer and use it in GitHub Desktop.
Commands to install php extensions needed to work tenframe.

Blitz

curl -O http://alexeyrybak.com/blitz/blitz-0.8.6.tar.gz
tar zxf blitz-0.8.6.tar.gz
cd blitz-0.8.6 && phpize && ./configure && sudo make install

Runkit

git clone https://github.com/zenovich/runkit.git
sudo pecl install -f ./runkit/package.xml
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment