Skip to content

Instantly share code, notes, and snippets.

@findchris
Created February 24, 2010 21:57
Show Gist options
  • Save findchris/313910 to your computer and use it in GitHub Desktop.
Save findchris/313910 to your computer and use it in GitHub Desktop.
1. apt-get install git
2. apt-get install libbz2-dev
3. cd /tmp
4. gem install rake-compiler
5. gem install ffi
1. OR
2. git clone git://github.com/ffi/ffi.git
3. cd ffi
4. rake gem:install
6. wget http://1978th.net/tokyocabinet/tokyocabinet-1.4.42.tar.gz
7. wget http://1978th.net/tokyotyrant/tokyotyrant-1.1.40.tar.gz
8. tar xzvf tokyocabinet* && tar xzvf tokyotyrant*
9. cd tokyocabinet*
10. ./configure && make && [sudo] make install
11. cd ..
12.
13. wget http://www.lua.org/ftp/lua-5.1.4.tar.gz
14. tar xzvf lua*
15. cd lua*
16. make linux (or macosx)
17. [sudo] make install
18. cd ..
19.
20. cd tokyotyrant*
21. ./configure --enable-lua && make && [sudo] make install
22.
23. gem install rufus-tokyo --source http://gemcutter.org
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment