提升编译速度
在开始之前,建议开启并行编译和多线程压缩以提高编译速度,同时安装微软字体
请查阅以下文章
安装 fcitx
sudo pacman -S fcitx fcitx-qt5 fcitx-configtool
### 安装搜狗拼音输入法
[搜狗输入法优麒麟社区版打包计划](https://gitee.com/laomocode/fcitx-sogouimebs) 提供了 fcitx-sogouimebs 安装脚本
```bash
cd ~/Software/AUR
git clone https://gitee.com/laomocode/fcitx-sogouimebs.git
cd fcitx-sogouimebs
makepkg -si
配置 fcitx
修改 ~/.pam_environment
写入
GTK_IM_MODULE=fcitx
QT_IM_MODULE=fcitx
XMODIFIERS=@im=fcitx
添加搜狗输入法
在终端中打开 fcitx-configtool
点击 “+” 号,取消勾选 Only show current language,找到 sogouimebs 并添加
最后重启即可