build-static-tmux icon indicating copy to clipboard operation
build-static-tmux copied to clipboard

ncurses version mismatch and yacc binaries missing

Open tititototutu opened this issue 1 year ago • 0 comments
trafficstars

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 :)

tititototutu avatar Oct 29 '24 15:10 tititototutu