时间:2023-12-1 作者:benojan 分类: 工具经验
下载boost 如:boost_1_82_0 https://www.boost.org/
安装boost
cd path/to/boost_1_82_0 # ./bootstrap.sh sudo ./b2 install
拉取源代码
git clone --recursive https://github.com/rime/librime.git
编译
make sudo make install
标签: boost Linux
benojan