编译 librime 因为本人使用的是 Mac 系统,所以需要先安装一些工具。 下载 librime 版本库 git clone --recursive https://github.com/rime/librime.git 编译第三方库 cd librime make xcode /thirdparty 编译 librime make xcode 编译 liberime 编译这个是依赖于 librime 文件的,需要先将依赖引进来。 下载 liberime 项目 git clone git@github.com:merrickluo/liberime.git 引入 librime 依赖 export RIME_PATH=~/DEV/ librime 编译 liberime 文件 make liberime-core
# 查找系统自带的librime版本find /usr/lib /usr/local/lib /opt -name "librime.so*"那么,如果librime版本不够,导致ibus-rime无法使用 接下来,我们需要分别先编译librime和plum。librime注意切换Terminal的工作目录到刚刚ibus-rime初始化后,librime目录内。 编译librime其实很简单,但是ibus-rime默认情况使用的librime分支,或许不是最新。 librime-lua根据项目地址:librime-lua Github: https://github.com/hchunhui/librime-lua我们在librime源码内,使用自带的插件安装脚本 ,执行:# 自动下载librime插件bash install-plugins.sh hchunhui/librime-lua合并插件在下载librime-lua后,我们合并插件内容进入librime:
首先需要下载对应的内容:librime。 将解压之后的内容,放到 user-emacs-directory 路径下,然后增加配置。 (use-package rime :config (setq rime-show-candidate 'posframe) :custom (rime-librime-root (expand-file-name "librime/dist" user-emacs-directory)) (rime-emacs-module-header-root (expand-file-name "extends" user-emacs-directory )) (default-input-method "rime")) 报错:Can’t find rime_api.h when compile (rime-librime-root (expand-file-name "librime/dist" user-emacs-directory)) 报错:Can’t find emacs-module.h when compile 先将 /Applications/Emacs.app
Linux桌面环境手动编译安装librime、librime-lua以及ibus-rime,提升中文输入法体验现在Linux上的输入法有很多,大体都使用了Fcitx或者iBus作为输入法的引擎。
ibusibus-rime 安装Ubuntu 上直接使用命令安装:sudo apt-get install ibus-rime五筆86、袖珍簡化字拼音、五筆畫sudo apt-get install librime-data-wubi librime-data-pinyin-simp librime-data-stroke-simp安裝更多輸入方案,参阅 RimeWithIBus · GitHub按组合键 Ctrl+` 或 F4 键唤出输入方案选单
地址:https://github.com/aind-containers/aind 28、librime:一款开源的中文输入法。市面上的输入法有很多,但你找到让自己称心如意的那款了吗? 地址:https://github.com/rime/librime 29、android-foss:开源的安卓客户端应用集合 地址:https://github.com/offa/android-foss