Open
Description
Trying to build in Ubuntu (within Docker) and I get this:
checking for ANSI C header files... yes
checking for keypad in -ltinfo... no
checking for refresh in -lncursesw6... no
checking for refresh in -lncursesw... no
checking for addnwstr in -lncurses... no
configure: error: You may want to use --disable-unicode or install libncursesw.
root@5a21ab58be53:~/dit-0.6# apt install libncursesw
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package libncursesw
root@5a21ab58be53:~/dit-0.6# apt install ncursesw
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ncursesw
root@5a21ab58be53:~/dit-0.6# apt install ncurses
Reading package lists... Done
Building dependency tree
Reading state information... Done
E: Unable to locate package ncurses
root@5a21ab58be53:~/dit-0.6# apt install libncurses5
Reading package lists... Done
Building dependency tree
Reading state information... Done
libncurses5 is already the newest version (6.0+20160213-1ubuntu1).
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.
Is it because only the latest ncurses is supported?
Would it be possible to provide binaries for dit? Or a Docker image? I just want to try it out but seems like a hassle to build/compile.
Metadata
Metadata
Assignees
Labels
No labels