-
-
Save byplayer/1812125 to your computer and use it in GitHub Desktop.
ROMA
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
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