Commit 1e850b38 authored by Rich Prohaska's avatar Rich Prohaska Committed by Yoni Fogel

some edits [t:1904]

git-svn-id: file:///svn/toku/tokudb@13639 c7de825b-a66e-492c-adef-691d508d4ae1
parent 2743214c
The Tokutek Fractal Tree Engine library is not publicly available software.
The Tokutek Fractal Tree Index library is not publicly available software.
This software product is Tokutek commercial software and use of this software
is governed by your applicable license agreement with Tokutek.
......@@ -25,11 +25,11 @@ case you will need to arrange for the loader to be able to find it
If you do not have root access you can put it into a directory in your home directory. You may need to help the loader find it, using something like:
mkdir ~/lib
cp libtokufractaltreeindex-2.1.0-15000.so ~/lib/
cp libtokufractaltreeindex-RELEASE.so ~/lib/
export LD_LIBRARY_PATH=~/lib/
Examples
To use the Fractal Tree index as an embedded database, please read the
To use the Fractal Tree Index as an embedded database, please read the
README.examples file in the examples directory.
CPPFLAGS =
CFLAGS =
SRCS = $(wildcard *.c)
TARGETS = $(patsubst %.c,%,$(SRCS))
clean:
rm -rf $(TARGETS)
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment