Created
June 15, 2009 02:18
-
-
Save softprops/129913 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
# 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