 
    
    
    ncurses-5.0
News
- 2000-Nov-08: obsoleted by ncurses-5.2-1 
in the official net-release. Get it at one of these
sites, in the
'contrib/ncurses' directory. As of Dec 3, 2000, 
the ncurses-5.1-2 package in the official cygwin distribution is now 
official and is no longer a test release.
Download:
ncurses-5.0-cygwin-pre21.README
unpack ncurses-5.0.tar.gz
cd ncurses-5.0
./configure --without-debug --prefix=/usr/local
make
make install.progs
  tic.exe
  toe.exe
  infocmp.exe
  clear.exe
  tput.exe
  tset.exe
  captoinfo.exe -> tic.exe
  infotocap.exe -> tic.exe
  reset.exe -> tset.exe
make install.data
  /usr/local/share/terminfo/*
  /usr/local/share/tabset
  /usr/local/lib/terminfo -> /usr/local/share/terminfo
  fails halfway thru, but it seems to work be a "delayed exit"
  everything looks okay, notwithstanding...
cd test
  play (things seem to fail using cmd.exe, but work great in
        xterm)
make install.includes
  term.h
  ncurses.h -> curses.h
  curses.h
  unctrl.h
  termcap.h
  panel.h
  eti.h
  menu.h
  form.h
  cursesapp.h
  cursesf.h
  cursesm.h
  cursesp.h
  cursesw.h
  cursslk.h
  etip.h
make install.libs
  libncurses.a
  libcurses.a -> libncurses.a
  libpanel.a
  libmenu.a
  libform.a
  libncurses++.a
  
make install.man
  captoinfo.1m
  infocmp.1m
  tic.1m
  toe.1m
  tput.1
  tset.1
  clear.1
  curs*.3x
  define_key.3x 
  dft_fgbg.3x
  form*.3x
  keybound.3x
  keyok.3x
  menu*.3x
  mitem*.3x
  ncurses.3x
  panel.3x
  resizeterm.3x
  wresize.3x
  term.5
  terminfo.5
  terminfo.5
  term.7
    
Obsolete V1.1 Home
Obsolete CygUtils Home
Last modified: Sat Dec  2 23:15:25 -0500 2000