Skip to content

Instantly share code, notes, and snippets.

@crofty
Created June 12, 2009 20:27
Show Gist options
  • Save crofty/128898 to your computer and use it in GitHub Desktop.
Save crofty/128898 to your computer and use it in GitHub Desktop.
# Installing Tokyo Cabinet on a slicehost slice
cd ~/src
wget http://tokyocabinet.sourceforge.net/tokyocabinet-1.4.23.tar.gz
tar xvzf tokyocabinet-1.4.23.tar.gz
cd tokyocabinet-1.4.23
./configure
make
sudo make install
wget http://tokyocabinet.sourceforge.net/rubypkg/tokyocabinet-ruby-1.25.tar.gz
tar xvzf tokyocabinet-ruby-1.25.tar.gz
cd tokyocabinet-ruby-1.25/
/opt/ruby-enterprise-1.8.6-20090201/bin/ruby extconf.rb
make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment