Skip to content

Instantly share code, notes, and snippets.

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 rafasashi/6f920d07909564bf8e4f to your computer and use it in GitHub Desktop.
Save rafasashi/6f920d07909564bf8e4f to your computer and use it in GitHub Desktop.

install Boost headers

debian

apt-get install libboost-all-dev

fedora

yum install boost-devel

install gperf

debian

apt-get install gperf

fedora

yum install gperf

install libevent

debian

apt-get install libevent-dev

fedora

yum install libevent-devel

install uuid

debian

apt-get install uuid-dev

fedora

yum install uuid-devel

install libcloog-ppl0

debian

apt-get install libcloog-ppl-dev

install gearmand and libgearman

wget https://launchpad.net/gearmand/1.2/1.1.11/+download/gearmand-1.1.12.tar.gz tar -zxvf gearmand-1.1.12.tar.gz cd gearmand-1.1.12 ./configure make make install

install pecl-gearman

pecl install gearman

Resources

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment