build bat for current host

step1、安装依赖

所有时Terminal + Shell + GNU CoreUtils
下载时cURL
解压时tar + gzip
编译时RustToolChainsmake
运行时glibc ( libc.solibdl.solibrt.solibpthread.sold-linux-x86-64.so )

step2、使用curl命令下载bat源码 (

curl -Lo bat-0.17.1.tar.gz https://github.com/sharkdp/bat/archive/v0.17.1.tar.gz

step3、使用tar解压bat源码包

tar vxf bat-0.17.1.tar.gz

step4、进入bat-0.17.1目录

cd bat-0.17.1

step5、查看bat-0.17.1目录中的内容

step6、使用cargo编译、安装

cargo install --path . --root=/usr/local