当前位置: 首页 > 工具软件 > Filebench > 使用案例 >

filebench安装

吕翰飞
2023-12-01

环境安装

1.git源代码

git clone https://github.com/Workeryuan/filebench.git

2.安装libtool

sudo apt install libtool

3.安装automake

sudo apt install automake

4.安装yacc

sudo apt install byacc

5.anzhuang flex

sudo apt install flex

6.生成autotool脚本、编译和安装

cd filebench
libtoolize
aclocal
autoheader
automake --add-missing
autoconf
./configure
make
sudo make install

到此已经安装完毕,安装成功之后可终端看到相关信息。

 类似资料: