Difference between revisions of "Small Kyoto Cabinet and Kyoto Tycoon Notes"

From PaskvilWiki
Jump to: navigation, search
(Created page with "== Kyoto Cabinet == [http://fallabs.com/kyotocabinet/spex.html Kyoto Cabinet at FAL Labs] <pre> ./configure --prefix=/home/user make make check make install </pre> == Kyoto Ty...")
(No difference)

Revision as of 14:52, 20 December 2012

Kyoto Cabinet

Kyoto Cabinet at FAL Labs

./configure --prefix=/home/user
make
make check
make install

Kyoto Tycoon

Kyoto Tycoon at FAL Labs

./configure --prefix=/home/user --with-kc=/home/user --enable-static
make
make check
make install