Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created February 19, 2012 23:49
Show Gist options
  • Save byplayer/1866573 to your computer and use it in GitHub Desktop.
Save byplayer/1866573 to your computer and use it in GitHub Desktop.
Tokyo Cabinet
aptitude install libbz2-dev
TC_VER=1.4.47
cd /usr/local/src
wget http://fallabs.com/tokyocabinet/tokyocabinet-${TC_VER}.tar.gz
tar xzf tokyocabinet-${TC_VER}.tar.gz
cd tokyocabinet-${TC_VER}
./configure --prefix=/usr/local/tokyocabinet-${TC_VER}
make
make install
cd /usr/local
ln -s tokyocabinet-${TC_VER} tokyocabinet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment