Created
July 21, 2009 19:20
-
-
Save angerman/151535 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
# Installed TC to follow the following | |
# http://justin.harmonize.fm/index.php/tag/tokyo-cabinet/ | |
# - Tokyocabinet: tokyocabinet-1.4.29 | |
# - Java binding: tokyocabinet-java-1.22 | |
$ export PREFIX=$HOME/Library/TokyoCabinet | |
$ export CFLAGS="-I${PREFIX}/include -arch x86_64" | |
$ export LDFLAGS="-L${PREFIX}/lib" | |
$ cd tokyocabinet-1.4.29 && ./configure --prefix=$PREFIX && make && make install | |
$ cd tokyocabinet-java-1.22 && ./configure --prefix=$PREFIX && make && make install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment