Changes between Version 4 and Version 5 of HyperTable


Ignore:
Timestamp:
Mar 18, 2008, 2:49:13 PM (16 years ago)
Author:
sunny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HyperTable

    v4 v5  
    2828 * [http://code.google.com/p/hypertable/wiki/SourceCode Get Source Code]
    2929 * [http://code.google.com/p/hypertable/wiki/HowToInstall Build Source Code & Generate Documentation Tree]
     30  * Prerequisite   
     31{{{
     32$ apt-get install build-essential (if stdio.h not found)
     33$ apt-get install zlib1g-dev (if CMake Error: Could NOT find z library)
     34$ apt-get install libboost.*-dev libboost-doc libboost.*1.34.1 (install Boost version 1.34.1)
     35  NOTE. 用apt-get安裝boost 1.34.1,在執行cmake編譯hypertable時,需要另外定義 -DBoost_INCLUDE_DIR="/usr/include/boost" 
     36$ apt-get install liblog4cpp4 liblog4cpp4-dev liblog4cpp4-doc (install log4cpp)
     37$ apt-get install expat libexpat1 libexpat1-dev (install expat)
     38$ apt-get install doxygen doxygen-doc doxygen-gui (install doxygen)
     39$ apt-get install graphviz graphviz-dev graphviz-doc (install graphviz)
     40}}}
    3041= Reference =
    3142 * [http://www.hypertable.org/ HyperTable 官方網站]