Open
Description
hello,
i tried to use your work on a debian 12 OS.
there is a little bug in your script with ncurses (something with version) . It searches the 6.5 version of curses but it's the 6.3 that available
A quick and dirty patch is to replace in line 327:
#cd ncurses-${NCURSES_VERSION} || exit 1
cd ncurses-* || exit 1
and yacc was missing
apt install yacc
After that, everything works very smoothly, Thanks a lot for your work :)
Metadata
Metadata
Assignees
Labels
No labels