Open joh6nn opened 1 year ago
Thank you for reporting!
I completely forgot to mention these dependencies in README. According to xcb-imdkit repo, it depends on libxcb, xcb-util, and xcb-util-keysym.
I was able to build vime with Ubuntu 20.04 (docker container) after installing the following packages:
Got an error for a missing dependency on xcb-util when running
cargo install --path ./vime
:resolved it by installing the following packages: xcb-util libxcb-util-dev libxcb-util1
I don't actually know for sure which one is needed, I just grabbed 'em all