Skip to content

Instantly share code, notes, and snippets.

@softprops
Created June 15, 2009 02:18
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 softprops/129913 to your computer and use it in GitHub Desktop.
Save softprops/129913 to your computer and use it in GitHub Desktop.
# install tokyocabinet
wget http://tokyocabinet.sourceforge.net/tokyocabinet-1.4.25.tar.gz
tar xvzf tokyocabinet-1.4.25.tar.gz
cd tokyocabinet-1.4.25
./configure
make
sudo make install
# install ruby bindings
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/
ARCHFLAGS="-arch i386" ruby extconf.rb
make
sudo make install
# enjoy (^-^)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment