You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In file rime.el, change make lib to gmake lib.
In file Makefile, change CC = gcc to CC = gcc12. (Whatever gccXX on your FreeBSD)
In emacs, set rime-user-data-dir to ~/.config/fcitx5 which is in my case.
有 install gmake, gcc.
也有 FreeBSD 的 fcitx5-rime. Rime 是可以運用。 我在 Vim, Terminal, Firefox 裡都沒問題。
不過 Emacs 裡的 Rime package 因爲Makefile 是寫給 Linux 所以我試着把 rime.el 裡的 'make lib' 改成 ‘gmake lib' (因爲FreeBSD裡的 make 是BSD的,跟Linux的有些差別所以我 manually 用 gmake (GNU make), 不過還是沒辦法。
不知道有沒有人可以幫幫忙。
The text was updated successfully, but these errors were encountered: