|
Since I have already installed squirrel which comes with librime. Can I just use that librime (maybe make a symbolic link)? |
Answered by
Freed-Wu
Nov 21, 2025
Replies: 1 comment
|
When you install rime.nvim, it will build a dll with $ brew install librime pkg-config
$ pkg-config --cflags --libs rime
-I/usr/local/include -L/usr/local/lib -lrime |
0 replies
Answer selected by
Freed-Wu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When you install rime.nvim, it will build a dll with
rime_api.hwhich squirrel doesn't have it. You need install it from homebrew or nix-darwin. such as: