solus 系统 - 编译安裝 ibus-rime 中文输入法
Posted Lemo_wd
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了solus 系统 - 编译安裝 ibus-rime 中文输入法相关的知识,希望对你有一定的参考价值。
編譯方法參見官網 - https://github.com/rime/home/wiki/RimeWithIBus
安装依赖:列出几个可能用到的命令
#安裝cmake gcc等开发工具 sudo eopkg install -c system.devel #安装 glog sudo eopkg it glog #安装 boost sudo eopkg it libboost-devel
准备编译:下载 3个包
https://github.com/rime/librime/archive/rime-1.2.9.tar.gz https://github.com/rime/brise/archive/brise-0.35.tar.gz https://github.com/rime/ibus-rime/archive/rime-1.2.tar.gz
下载好后解压,开始编译(大概需要七八分钟)
如果报错,则检查是否相关依赖没有安装(考虑编译安装或者使用 eopkg安装)
tar xzf librime-*.tar.gz tar xzf brise-*.tar.gz tar xzf ibus-rime-*.tar.gz cd ibus-rime # do this as normal user ./install.sh
安装好,打开命令行
# do this as normal user
ibus-setup
ibus restart ibus engine rime
以上是关于solus 系统 - 编译安裝 ibus-rime 中文输入法的主要内容,如果未能解决你的问题,请参考以下文章