| 40 | $ apt-get install libgoogle-perftools0 libgoogle-perftools-dev (install tcmalloc) |
| 41 | }}} |
| 42 | * Configure the build |
| 43 | {{{ |
| 44 | sunny@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 |