Changes between Version 5 and Version 6 of HyperTable


Ignore:
Timestamp:
Mar 18, 2008, 3:24:21 PM (16 years ago)
Author:
sunny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HyperTable

    v5 v6  
    3838$ apt-get install doxygen doxygen-doc doxygen-gui (install doxygen)
    3939$ apt-get install graphviz graphviz-dev graphviz-doc (install graphviz)
     40$ apt-get install libgoogle-perftools0 libgoogle-perftools-dev (install tcmalloc)
     41}}}
     42  * Configure the build
     43{{{
     44sunny@hsihdp:~/build/hypertable$ cmake -DCMAKE_INSTALL_PREFIX= -DCMAKE_BUILD_TYPE="Debug" -DBoost_INCLUDE_DIR="/usr/include/boost" ~/git/hypertable
     45-- Looking for required boost libraries...
     46-- Boost include dir: /usr/include/boost
     47-- Boost thread lib: /usr/lib/libboost_thread-mt.so
     48-- Boost program options lib: /usr/lib/libboost_program_options-mt.so
     49-- Boost lib dir: /usr/lib
     50-- Boost version: 1_34_1
     51-- Looking for doxygen...
     52-- Looking for doxygen... - found /usr/bin/doxygen
     53-- Looking for dot tool...
     54-- Looking for dot tool... - found /usr/bin/dot
     55-- Found Tcmalloc: /usr/lib/libtcmalloc_minimal.so
     56-- Found Tcmalloc: /usr/lib/libtcmalloc_minimal.so
     57-- Got boost 1.34.x, prepend fix directory
     58-- Configuring done
     59-- Generating done
     60-- Build files have been written to: /home/sunny/build/hypertable
    4061}}}
    4162= Reference =