首页 > 其他分享 >Hypertable 自编译二进制包安装

Hypertable 自编译二进制包安装

时间:2024-07-15 12:54:54浏览次数:8  
标签:src 编译 二进制 Big hypertable build Hypertable your source

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

标签:src,编译,二进制,Big,hypertable,build,Hypertable,your,source
From: https://blog.csdn.net/Shinobi_Jack/article/details/140405893

相关文章

  • Hypertable 基于C++开发编译环境部署
    一、安装gccyuminstallgccgcc-c++二、安装boostyuminstallboostboost-develboost1.42以上版本,执行以下脚本:tarxjvfboost_1_44_0.tar.bz2cdboost_1_44_0./bootstrap.sh--with-libraries=filesystem,iostreams,program_options,system,thread,graph,regex./bjam......
  • 全面剖析PHP8新特性:JIT编译器如何推动网站性能革命
    本文由ChatMoney团队出品在Web开发领域,提高网站的响应速度一直是开发者和企业所追求的目标。随着技术的不断进步,PHP8的发布为我们带来了一个全新的工具——JIT(Just-In-Time)加速器,它以其独特的优势,成为了提升网站响应速度的重要利器。本文将详细揭秘PHP8的JIT加速器,并探讨其如......
  • window环境的openssl二进制发行版安装
    当你去openssl官网找二进制发行版的时候,很可惜,openssl不提供任何二进制发行版的版本,虽然有第三方,但openssl不推荐也不建议任何一个。点击到这个位置,会有一些官方的说明和第三方的链接。最终你会到达这个位置,也就是openssl二进制发行版的列表页面。自行选择。在此奉上当前最......
  • 02 源码编译安装LAMP
          目录2.1Apache网站服务基础2.1Apache简介1.Apache的起源起源背景Apache的诞生Apache软件基金会的成立Apache的流行和影响2.1.1安装httpd服务器1.准备工作2.源码编译及安装(1)解包(2)配置(3)编译及安装3.确认安装结果4优化执行路径5.添加httpd系统......
  • 第一章 FFmpeg初体验:在Centos7.9下编译FFmpeg!
    FFmpeg官方网站:https://ffmpeg.org//download.html#build-linux1.下载源码1.1第一种方式,官网上面下载源码包:截至目前最新的版本是7.0.1,对应的地址是:https://ffmpeg.org//releases/ffmpeg-7.0.1.tar.gz下载curl-offmpeg-7.0.1.tar.gzhttps://ffmpeg.org//releases/ffmpeg......
  • 如何编译工业协议网关软件Neuron
    说明最近需要测试一个工业互联网网关的项目,在网上找到了工业协议网关软件Neuron,决定从它开始自己的工作。今天先介绍一下如何在x86平台上编译Neuron。Neuron简介Neuron是EMQ(杭州映云科技有限公司)出品的,它在物联网和工业互联网领域算是个领先厂商。我以前上课用的MQTTX客户......
  • Hypertable install of rhel6.0
    1.rpm 安装:(如果已存在,会提示冲突,使用--replacefiles)1.1 编译环境安装gccgcc-c++makecmake(在adminmachine上,放置rpm包的文件里依次执行下面的语句):  sudorpm-ivhcpp-4.4.6-4.el6.x86_64.rpm--replacefiles sudorpm-ivhlibgcc-4.4.6-4.el6.x86_64.rpm--......
  • 5.1编写ansibleplaybook批量安装二进制
    本节重点介绍:ansibleplaybook编写rsyslog和logrotateservice_deployyaml的编写配置机器直接的ssh免密码登录节点主机名host解析节点主机名写入hostsecho"192.168.3.200prome-master01">>/etc/hostsecho"192.168.3.201prome-node01">>/etc/hosts......
  • CCS工程导入后编译时无法读取头文件的问题
    CCS工程导入后编译时无法读取头文件的问题,主要是由移植之后的文件搜索路径所指向的文件夹不存在导致的。有两种解决办法:①导入工程时将所需要的所有.h、.c以及.lib文件一并打包在工程文件中,复制到Workspace并重新选取搜索路径;②导入工程的电脑安装有C2000WARE,修改CCS中相对路径......
  • 在VSCODE中创建C语言环境,编译、运行、调试。
    1、安装MinGWMinGW-w64-for32and64bitWindowsdownload|SourceForge.net下载下来是一个压缩包对压缩包解压得到文件夹mingw64将文件夹mingw64剪切到C:\ProgramFiles目录下配置环境变量点击系统变量里面的Path将C:\ProgramFiles\mingw64\bin目录添加......