From 1078e25a476c23f86a798ece675e453a0546635d Mon Sep 17 00:00:00 2001 From: Eric Norum Date: Wed, 15 Dec 1999 15:58:38 +0000 Subject: Useful add-on libraries --- README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 README (limited to 'README') diff --git a/README b/README new file mode 100644 index 0000000..504f048 --- /dev/null +++ b/README @@ -0,0 +1,24 @@ +Assorted add-on packages for RTEMS. + +The bit script builds and installs all the packages. + +To build a package: + cd <> + make -f ../RTEMS_Makefiles/Makefile.<> + +Notes +===== +1) You must build and install the host version of infocmp before trying to +build ncurses. +2) You must build and install ncurses before trying to build readline. +3) To add ncurses support for other terminals, change the declaration + of TERMINALS. + +Cautions +======== +The readline and ncurses `configure' scripts check for the presence of +select(). Because the RTEMS dummy.rel file does not include network +configuration information the scripts decide that select() does not +exist. This is correct since although RTEMS does have a select() call +it is not supported on tty devices. The fact that one shortcoming is +covering up another is not really satisfactory, though. -- cgit v1.2.3