Skip to content
Discussion options

You must be logged in to vote

When you install rime.nvim, it will build a dll with rime_api.h which squirrel doesn't have it. You need install it from homebrew or nix-darwin. such as:

$ brew install librime pkg-config
$ pkg-config --cflags --libs rime
-I/usr/local/include -L/usr/local/lib -lrime

Replies: 1 comment

Comment options

You must be logged in to vote
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
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #6 on November 21, 2025 01:13.