Commit 31f9415a authored by Bradley C. Kuszmaul's avatar Bradley C. Kuszmaul Committed by Yoni Fogel

Fine tune README

git-svn-id: file:///svn/toku/tokudb@13652 c7de825b-a66e-492c-adef-691d508d4ae1
parent d6559514
......@@ -17,19 +17,20 @@ is as simple as executing the following:
sudo cp libtokufractaltreeindex-RELEASE.so /usr/lib64
Some users put it into "/usr/mysql/lib" because some useful binaries
that employ the library include "/usr/mysql/lib" in their rpath.
include "/usr/mysql/lib" in their rpath, and can use the library.
Some users put it into /opt, for example in "/opt/tokutek/lib". In this
case you will need to arrange for the loader to be able to find it
(e.g., by arranging that LD_LIBRARY_PATH includes /opt/tokutek/lib).
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:
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-RELEASE.so ~/lib/
export LD_LIBRARY_PATH=~/lib/
Examples
To use the Fractal Tree Index as an embedded database, please read the
README.examples file in the examples directory.
README.examples file in the examples directory. Any such use requires
a license from Tokutek.
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