Install all files in the KT-leveldb directory.
1. Install Kyoto Cabinet
1. wget http://fallabs.com/kyotocabinet/pkg/kyotocabinet-1.2.75.tar.gz
2../configure -- prefix =/home/admin/LB-Tt/KT-leveldb/
3. Make
4. Make install
2. Install leveldb
1. SVN Co http://leveldb.googlecode.com/svn/trunk leveldb
2. chmod A + x build_detect_platform
3. Add-FPIC to makefile
-Cflags + =-I.-I./include $ (platform_ccflags) $ (OPT)
-Cxxflags + =-I.-I./include $ (platform_cxxflags) $ (OPT)
+ Cflags + =-I.-I./include-FPIC $ (platform_ccflags) $ (OPT)
+ Cxxflags + =-I.-I./include-FPIC $ (platform_cxxflags) $ (OPT)
4. Make
5. CP libleveldb. A/home/admin/LB-Tt/KT-leveldb/lib/
6. CP-r include/leveldb/home/admin/LB-Tt/KT-leveldb/include/
3. Install Kyoto tycoon
1. wget http://fallabs.com/kyototycoon/pkg/kyototycoon-0.9.56.tar.gz
2 .. /configure -- prefix =/home/admin/LB-Tt/KT-leveldb/-- With-KC =/home/admin/LB-Tt/KT-leveldb/required during compilation dependent on KC
3. Make & make install
4. CD./kyototycoon-0.9.56/lab/leveldb modify MAKEFILE file
5. Add-I/home/admin/LB-Tt/KT-leveldb/include and-L/home/admin/LB-Tt/KT-leveldb/lib
6. Make
7. CP ktplugdblevel. So/home/admin/LB-Tt/KT-leveldb/lib
8. Add path and LD_LIBRARY_PATH
Compilation can be completed.