tfs安装

本文介绍了一种在Linux环境下安装一系列开发工具的过程,包括automake、libtool等构建工具,以及tb-common-utils、libunwind、gperftools等实用工具。通过具体的命令行操作步骤,展示了如何从源码构建这些工具。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

yum install automake.noarch
yum install libtool.x86_64
yum install readline-devel.x86_64
yum install zlib-devel.x86_64
yum install e2fsprogs-devel.x86_64
yum -y install libuuid-devel zlib-devel mysql-devel

cd /usr/local/src/
svn checkout -r 18 http://code.taobao.org/svn/tb-common-utils/trunk/ tb-common-utils
export TBLIB_ROOT=/usr/local/lib/
cd tb-common-utils
sh build.sh

wget http://download.savannah.gnu.org/releases/libunwind/libunwind-0.99.tar.gz
tar -zxvpf libunwind-0.99.tar.gz
cd libunwind-0.99
./configure && make && make install

wget https://gperftools.googlecode.com/files/google-perftools-1.7.tar.gz
tar -zxvpf google-perftools-1.7.tar.gz
cd google-perftools-1.7
./configure && make && make install

cd /usr/local/src/
svn co http://code.taobao.org/svn/tfs/tags/release-2.2.16
cd release-2.2.16/
./build.sh init
./configure --prefix=/usr/local/tfs --with-release=yes --without-tcmalloc
make
make install
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值