-
Notifications
You must be signed in to change notification settings - Fork 612
Tair 编译安装方法
hurley edited this page Mar 15, 2018
·
3 revisions
测试环境:CentOS 6 / 7
# clone 代码到本地
git clone https://github.com/alibaba/tair.git
# 安装必要依赖
sudo yum install -y openssl-devel libcurl-devel
# 编译依赖
./bootstrap.sh
# 检测和生成 Makefile (默认安装位置是 ~/tair_bin, 修改使用 --prefix=目标目录)
./configure
# 编译和安装到目标目录
make -j && make install
The source code is available user the GPL version 2. We are avtively looking for contributors so if you have any ideas, bug reports, or patchs you would like to contribute please do not hesitate to do so.