Skip to content

Instantly share code, notes, and snippets.

@byplayer
Created February 13, 2012 00:28
Show Gist options
  • Save byplayer/1812125 to your computer and use it in GitHub Desktop.
Save byplayer/1812125 to your computer and use it in GitHub Desktop.
ROMA
sudo aptitude install libgdbm-dev libsqlite3-dev
# install TC
sudo su root
cd /usr/local/src
wget http://fallabs.com/tokyocabinet/tokyocabinet-1.4.47.tar.gz
tar xzf tokyocabinet-1.4.47.tar.gz
cd tokyocabinet-1.4.47
./configure --prefix=/usr/local/tokyocabinet
make
make install
gem install eventmachine
gem install sqlite3
gem install roma-client
gem install tokyocabinet -- --with-tokyocabinet-dir=/usr/local/tokyocabinet
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment