Files
bitchx/COMPILE-PROBLEMS
Kevin Easton ec842a808f Update COMPILE-PROBLEMS
Remove reference to crashes with clang under FreeBSD, advised by cpet.

Add name of libncurses-devel package for Cygwin.
2015-06-03 22:43:00 +10:00

12 lines
464 B
Plaintext

BitchX requires either the terminfo or termcap terminal-handling library.
This is commonly provided by the ncurses library, so if you get the error:
Cannot find terminfo or termcap - try installing the ncurses-dev / ncurses-devel package.
..then you should try to find the ncurses development package for your OS.
Some examples of what this package may be called:
Debian, Ubuntu: libncurses5-dev
Fedora, CentOS, OpenSuSE: ncurses-devel
Cygwin: libncurses-devel