Cisco Cisco WAP321 Wireless-N Access Point with Single Point Setup Notas de publicación

Descargar
Página de 194
78-20926-01             Open Source Used In WAP321 1.0.2.x                                                                                                                                   
102
-- sale, use or other dealings in this Software without prior written        --
-- authorization.                                                            --
-------------------------------------------------------------------------------
-- $Id: README,v 1.23 2006/04/22 22:19:37 tom Exp $
-------------------------------------------------------------------------------
README file for the ncurses package
 
See the file ANNOUNCE for a summary of ncurses features and ports.
See the file INSTALL for instructions on how to build and install ncurses.
See the file NEWS for a release history and bug-fix notes.
See the file TO-DO for things that still need doing, including known bugs.
 
Browse the file misc/ncurses-intro.html for narrative descriptions of how
to use ncurses and the panel, menu, and form libraries.
 
Browse the file doc/html/hackguide.html for a tour of the package internals.
 
ROADMAP AND PACKAGE OVERVIEW:
 
You should be reading this file in a directory called:  ncurses-d.d, where d.d
is the current version number (see the dist.mk file in this directory for
that).  There should be a number of subdirectories, including `c++', `form',
`man', `menu', `misc', `ncurses', `panel', `progs', `test', 'tack' and `Ada95'.
(The 'tack' program may be distributed separately).
 
A full build/install of this package typically installs several libraries, a
handful of utilities, and a database hierarchy.  Here is an inventory of the
pieces:
 
The libraries are:
 
libncurses.a       (normal)
libncurses.so      (shared)
libncurses_g.a     (debug and trace code enabled)
libncurses_p.a     (profiling enabled)
 
libpanel.a         (normal)
libpanel.so        (shared)
libpanel_g.a       (debug and trace code enabled)
 
libmenu.a          (normal)
libmenu.so         (shared)
libmenu_g.a        (debug enabled)
 
libform.a          (normal)
libform.so         (shared)
libform_g.a        (debug enabled)