Linux: Switch to libncurses.

This commit is contained in:
Andrew Johnson
2008-11-04 16:08:32 +00:00
parent eee915ced7
commit 49421de296
2 changed files with 16 additions and 5 deletions

View File

@@ -29,5 +29,5 @@ SHRLIBDIR_LDFLAGS += $(SHRLIB_DEPLIB_DIRS:%=-Wl,-rpath,%)
PRODDIR_LDFLAGS += $(PROD_DEPLIB_DIRS:%=-Wl,-rpath,%)
# Definitions used when COMMANDLINE_LIBRARY is READLINE
LDLIBS_READLINE = -lreadline -lcurses
LDLIBS_READLINE = -lreadline -lncurses

View File

@@ -7,18 +7,29 @@
</head>
<body lang="en">
<h1 align="center">EPICS Base Release 3.14.10</h1>
<h1 align="center">EPICS Base Release 3.14.1x</h1>
<h2 align="center">Changes between 3.14.10 and 3.14.11</h2>
<!-- Insert new items below here ... -->
<h4>Linux: Use libncurses</h4>
<p>Changed linux builds to link against libncurses instead of libcurses
(suggested by Peter Zumbruch).</p>
<h2 align="center">Changes between 3.14.9 and 3.14.10</h2>
<!-- Insert new items below here ... -->
<h4>RTEMS Release</h4>
<p>RTEMS release 4.9 or newer is required. If you are using the RTEMS NFS time provider you need to use RTEMS 4.9.1 or newer.</p>
<p>RTEMS release 4.9 or newer is required. If you are using the RTEMS NFS time
provider you need to use RTEMS 4.9.1 or newer.</p>
<h4>RTEMS epicsEventWaitWithTimeout</h4>
<p>Correctly return epicsEventWaitTimeout when event is not pending and timeout value is 0.0 secondsmore agressive.</p>
<p>Correctly return epicsEventWaitTimeout when event is not pending and timeout
value is 0.0 secondsmore agressive.</p>
<h4>epicsRingPointer, epicsRingBytes</h4>