Skip to content

Build TiHC

Jan su edited this page Mar 18, 2022 · 1 revision

TiHC 源码编译

       在本地安装 Rust 环境下,访问 tihc repo 直接获取源码至本地。使用 make 命令便可编译二进制文件。

# Get repo from github
git clone git@github.com:jansu-dev/tihc.git && cd tihc

# Build the tool by Makefile
make

# Get binary of tihc
ll ./bin/tihc
Clone this wiki locally