Skip to content

Instantly share code, notes, and snippets.

@huglester
Forked from kachayev/gearman-install.sh
Last active December 21, 2015 16:39
Show Gist options
  • Save huglester/6334685 to your computer and use it in GitHub Desktop.
Save huglester/6334685 to your computer and use it in GitHub Desktop.
sudo bash
cd /usr/local/lib
wget http://launchpad.net/gearmand/trunk/0.18/+download/gearmand-0.18.tar.gz
tar -xvzf gearmand-0.18.tar.gz
cd gearmand-0.18/
apt-get install libboost-program-options-dev uuid-dev libevent-dev build-essential g++ perf libcloog-ppl0
./configure && sudo make && sudo make install
ldconfig
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment