Changes between Version 6 and Version 7 of HyperTable


Ignore:
Timestamp:
Mar 18, 2008, 4:34:25 PM (16 years ago)
Author:
sunny
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HyperTable

    v6 v7  
    3939$ apt-get install graphviz graphviz-dev graphviz-doc (install graphviz)
    4040$ apt-get install libgoogle-perftools0 libgoogle-perftools-dev (install tcmalloc)
     41$ apt-get install libreadline5 libreadline5-dev libreadline5-dbg (install readline library)
     42$ apt-get install libattr1 libattr1-dev (if #include <attr/xattr.h> not found)
    4143}}}
    4244  * Configure the build
     
    6062-- Build files have been written to: /home/sunny/build/hypertable
    6163}}}
     64  * Build the software
     65{{{
     66sunny@hsihdp:~/build/hypertable$ make
     67[  6%] Built target HyperComm
     68[ 10%] Built target HyperCommon
     69[ 11%] Built target commTest
     70[ 12%] Built target commTestDatagram
     71[ 12%] Built target commTestReverseRequest
     72[ 13%] Built target commTestTimeout
     73[ 13%] Built target commTestTimer
     74[ 13%] Built target sampleClient
     75[ 14%] Built target testServer
     76[ 14%] Built target htConvert
     77[ 17%] Built target Hyperspace
     78[ 33%] Built target Hypertable
     79[ 42%] Built target HyperDfsBroker
     80[ 50%] Built target Hyperspace.Master
     81[ 56%] Built target Hypertable.Master
     82[ 57%] Built target htgc
     83[ 73%] Built target Hypertable.RangeServer
     84[ 76%] Built target count_stored
     85[ 79%] Built target csdump
     86[ 79%] Built target bmz-test
     87[ 79%] Built target bmzip
     88[ 80%] Built target compressor_test
     89[ 80%] Built target generate_test_data
     90[ 80%] Built target loadDataSourceTest
     91[ 81%] Built target locationCacheTest
     92[ 81%] Built target schemaTest
     93[ 85%] Built target dfsTest
     94[ 88%] Built target dfsclient
     95[ 94%] Built target hyperspace
     96[ 94%] Built target hyperspaceTest
     97[ 95%] Built target hypertable
     98[ 95%] Built target hypertable_test
     99[ 96%] Built target dumplog
     100[ 96%] Built target merge_diff
     101[ 97%] Built target rsTest
     102[ 98%] Built target rsclient
     103[ 99%] Built target rsdump
     104[ 99%] Built target serverup
     105[100%] Built target localBroker
     106}}}
     107
    62108= Reference =
    63109 * [http://www.hypertable.org/ HyperTable 官方網站]