How I Compile Hypertable with Thrift
Friday, September 4th, 2009This is incomplete.
cd HYPERTABLE_SRC_DIR
cmake -DBUILD_SHARED_LIBS=ON -DJAVA_INCLUDE_PATH=$JAVA_HOME/include -DJAVA_INCLUDE_PATH2=$JAVA_HOME/include/linux -DPHPTHRIFT_ROOT=/usr/local/thrift/thrift/lib/php/src -DCMAKE_INSTALL_PREFIX=/usr/local/hypertable/build2
$ ant jar # do not forget this step !!!
(more…)