MTD 248-645A Manual de usuario Pagina 134

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 133
Linux From Scratch - Version 7.0
114
If desired, install the Ncurses documentation:
mkdir -v /usr/share/doc/ncurses-5.9
cp -v -R doc/* /usr/share/doc/ncurses-5.9
Note
The instructions above don't create non-wide-character Ncurses libraries since no package installed by
compiling from sources would link against them at runtime. If you must have such libraries because of some
binary-only application or to be compliant with LSB, build the package again with the following commands:
make distclean
./configure --prefix=/usr --with-shared --without-normal \
--without-debug --without-cxx-binding
make sources libs
cp -av lib/lib*.so.5* /usr/lib
6.20.2. Contents of Ncurses
Installed programs: captoinfo (link to tic), clear, infocmp, infotocap (link to tic), ncursesw5-config, reset
(link to tset), tic, toe, tput, and tset
Installed libraries: libcursesw.{a,so} (symlink and linker script to libncursesw.{a,so}), libformw.{a,so},
libmenuw.{a,so}, libncurses++w.a, libncursesw.{a,so}, libpanelw.{a,so} and their
non-wide-character counterparts without "w" in the library names.
Installed directories: /usr/share/tabset, /usr/share/terminfo
Short Descriptions
captoinfo Converts a termcap description into a terminfo description
clear Clears the screen, if possible
infocmp Compares or prints out terminfo descriptions
infotocap Converts a terminfo description into a termcap description
ncursesw5-config Provides configuration information for ncurses
reset Reinitializes a terminal to its default values
tic The terminfo entry-description compiler that translates a terminfo file from source format
into the binary format needed for the ncurses library routines. A terminfo file contains
information on the capabilities of a certain terminal
toe Lists all available terminal types, giving the primary name and description for each
tput Makes the values of terminal-dependent capabilities available to the shell; it can also be
used to reset or initialize a terminal or report its long name
tset Can be used to initialize terminals
libcurses A link to libncurses
libncurses Contains functions to display text in many complex ways on a terminal screen; a good
example of the use of these functions is the menu displayed during the kernel's make
menuconfig
Vista de pagina 133
1 2 ... 129 130 131 132 133 134 135 136 137 138 139 ... 346 347

Comentarios a estos manuales

Sin comentarios