Cleanup and update some ancilliary infomation files.

Bump copyright date, add TCL information to README-1.2, replace old COMPILE-PROBLEMS with more relevant
information and remove old 'bugs' file.


git-svn-id: svn://svn.code.sf.net/p/bitchx/code/trunk@517 13b04d17-f746-0410-82c6-800466cd88b0
This commit is contained in:
Kevin Easton
2014-11-01 03:40:30 +00:00
parent f84d9c0b42
commit 4f181b5977
4 changed files with 17 additions and 85 deletions

View File

@@ -1,7 +1,10 @@
Under UNIX SV we need to change include/irc.h and remove
#include <arpa/inet.h> from the file. This causes a couple of new
warnings in dcc.c to appear, but everything works as advertised.
BitchX requires either the terminfo or termcap terminal-handling library.
This is commonly provided by the ncurses library, so if you get the error:
HPUX seems to have some header files problems.
in particular. #include <sys/types.h> can't be included before #include
<time.h> or #include <sys/time.h>
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