Hypertable 自编译二进制包安装

HOW TO INSTALL

==============

You can either download an appropriate binary package for your

platform or build from source. Binary packages can be obtained from

[here](Download | Hypertable - Big Data. Big Performance).

See [this wiki

page](http://code.google.com/p/hypertable/wiki/UpAndRunningWithBinaryPackages)

for getting started with hypertable binary packages.

HOW TO BUILD FROM SOURCE

========================

1.  Download the source:

    You can either download a release source tar ball from the [download

    page](Download | Hypertable - Big Data. Big Performance) and unpack it in your

    source directory say ~/src:

        cd ~/src

        tar zxvf <path_to>/hypertable-<version>-src.tar.gz

    or from our git repository:

        cd ~/src

        git clone git://github.com/hypertable/hypertable.git

    From now on, we assume that your hypertable source tree is

    ~/src/hypertable

2.  Install the development environment:

    Run the following script to setup up the dev environment:

        ~/src/hypertable/bin/src-utils/htbuild --install dev_env

    If it did not work for your platform, check out the

    [HowToBuild](http://code.google.com/p/hypertable/wiki/HowToBuild)

    wiki for various tips on building on various platforms.

    Patches for htbuild to support your platforms are welcome :)

3.  Configure the build:

    Assuming you want your build tree to be ~/build/hypertable

        mkdir -p ~/build/hypertable

        cd ~/build/hypertable

        cmake ~/src/hypertable

    By default, hypertable gets installed in /opt/hypertable. To install into

    your own install directory, say $prefix, you can use:

        cmake -DCMAKE_INSTALL_PREFIX=$prefix ~/src/hypertable

    By default the build is configured for debug. To make a release build for

    production/performance te

相关推荐

  1. Hypertable 编译二进制安装

    2024-07-15 13:18:04       28 阅读
  2. php版本编译以及扩展安装

    2024-07-15 13:18:04       60 阅读

最近更新

  1. docker php8.1+nginx base 镜像 dockerfile 配置

    2024-07-15 13:18:04       66 阅读
  2. Could not load dynamic library ‘cudart64_100.dll‘

    2024-07-15 13:18:04       70 阅读
  3. 在Django里面运行非项目文件

    2024-07-15 13:18:04       57 阅读
  4. Python语言-面向对象

    2024-07-15 13:18:04       68 阅读

热门阅读

  1. vue区分页面关闭和刷新(转)

    2024-07-15 13:18:04       25 阅读
  2. 线程池类的封装

    2024-07-15 13:18:04       25 阅读
  3. pycharm打包exe

    2024-07-15 13:18:04       25 阅读
  4. ffmpeg三大命令行工具

    2024-07-15 13:18:04       20 阅读