Closed Andonome closed 1 year ago
Hi, thanks for raising this issue.
It looks like the ncurses header file either doesn't exist or it's not linked to. Can you try installing the ncurses-devel package, then running cargo clean
from within the project directory. This might fix this issue
This works! Thanks.
I've run
RUST_BACKTRACE=1 cargo install --path .
to install, but get the following error:I've installed the
ncurses
package (ncurses-6.4_2
), but this didn't help.NB: I have no idea how rust works, I'm just following the error message, so feel free to close the issue if I'm just missing something simple.