淘宝TFS安装

系统版本
CentOS6.5 64位操作系统


1,依赖包
yum install -y readline-devel.x86_64 zlib-devel.x86_64  libuuid-devel mysql-devel  e2fsprogs-devel libuuid-devel  ncurses-devel uuid-devel gcc-c++ libtool


2,tcmalloc google的内存管理库
 tar zxvf google-perftools-1.9.1.tar.gz
cd  google-perftools-1.9.1
./configure --disable-cpu-profiler --disable-heap-profiler --disable-heap-checker --enable-minimal --disable-dependency-tracking
make
make install


3,安装tfs
3.1设置环境变量:
export TBLIB_ROOT="/usr/local/tb/lib"


3.2编辑~/.bash_profile,加入如下代码:
vi ~/.bash_profile
export TBLIB_ROOT="/usr/local/tb/lib"
source /root/.bash_profile


3.3安装tb-common-utils
svn co -r 18 http://code.taobao.org/svn/tb-common-utils/trunk tb-common-utils
无法联网
tar zxvf tb-common-utils.20160425.tar.gz
cd    tb-common-utils/
sh build.sh


3.4安装tfs
svn co http://code.taobao.org/svn/tfs/branches/dev_for_outer_users tfs
无法联网
tar zxvf tfs.20160425.tar.gz
cd tfs
./build.sh init
./configure --prefix=/usr/local/tfs --without-tcmalloc   --with-release
make
make install
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值