-
Notifications
You must be signed in to change notification settings - Fork 1
Build TiHC
Jan su edited this page Mar 18, 2022
·
1 revision
在本地安装 Rust 环境下,访问 tihc repo 直接获取源码至本地。使用 make 命令便可编译二进制文件。
# Get repo from github
git clone [email protected]:jansu-dev/tihc.git && cd tihc
# Build the tool by Makefile
make
# Get binary of tihc
ll ./bin/tihc