System Xubuntu 20.04.
.configure && make brings "configure: error: missing libraries: libncurses"
I do an additional installation (to libncurses6 and libncurses-dev) of:
- libncurses5-dev (transitional package for libncurses-dev)
- libncurses5 (shared libraries for terminal handling (legacy version))
After the program libraries have been set up, the installation runs.
System Xubuntu 20.04.
.configure && make brings
"configure: error: missing libraries: libncurses"I do an additional installation (to libncurses6 and libncurses-dev) of:
After the program libraries have been set up, the installation runs.