-
-
Save huglester/6334685 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
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