-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
termux构建失败 #8
Comments
看起来是因为 Rust 在不同的平台下对 |
构建成功了, 但是貌似termux安装的librime没有/usr/share/rime-data |
我不太清楚 termux 的打包方式,有可能在别的包里,比如 arch 里是 librime-data,一般会作为 librime 的依赖项 |
我去termux-package提个issue看看好了, 感谢 |
突然想到 rime-data 的内容应该是平台无关的,把其他 linux 下打的包解包到这个位置应该也能用,只是不太方便 |
已经给官方提issue了, 干脆等官方打包好了, 目前就是Termux无法输入中文有点难受 |
看起来只打包了 rime-prelude 这个基础的配置,rime 默认提供的一些输入方案没有包括进去?感觉那些输入方案不打包也行,只要把自己需要用的方案放在 user_data_dir 里面就可以了。我比较推荐 rime-ice 这个,最近比较火,质量也不错,相比 rime 默认的方案来说,个人基本不再需要太多折腾了。 |
感谢, 我去试试 |
有进展吗? |
在树莓派5(Ubuntu 24.10 ARM/aarch64)上可以: 但我之前卸载了Termux环境,只在Termux里使用SSH连接树莓派来使用,所以没法测试。贴一下步骤:
还有neovim配置(可能省略了一些行。需要自己参考这两个插件的说明去配置):
{ "wlh320/rime-ls" },
{ "liubianshi/cmp-lsp-rimels",
config = function()
vim.system({'/home/<username>/.local/bin/rime_ls', '--listen', '127.0.0.1:9257'})
end
},
require("rimels").setup({
keys = { start = ";f", stop = ";;", esc = "jj" },
cmd = vim.lsp.rpc.connect("127.0.0.1", 9257),
rime_user_dir = "/home/<username>/.local/share/rime-ls",
shared_data_dir = "/home/<username>/.local/share/rime-data",
max_candidates = 9
}) |
librime-1.8.5
The text was updated successfully, but these errors were encountered: