MTD 248-645A Manual de usuario Pagina 84

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 347
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 83
Linux From Scratch - Version 7.0
64
5.23. Gettext-0.18.1.1
The Gettext package contains utilities for internationalization and localization. These allow programs to be compiled
with NLS (Native Language Support), enabling them to output messages in the user's native language.
Approximate build time: 0.8 SBU
Required disk space: 82 MB
5.23.1. Installation of Gettext
For our temporary set of tools, we only need to build and install one binary from Gettext.
Prepare Gettext for compilation:
cd gettext-tools
./configure --prefix=/tools --disable-shared
The meaning of the configure option:
--disable-shared
We do not need to install any of the shared Gettext libraries at this time, therefore there is no need to build them.
Compile the package:
make -C gnulib-lib
make -C src msgfmt
As only one binary has been compiled, it is not possible to run the test suite without compiling additional support
libraries from the Gettext package. It is therefore not recommended to attempt to run the test suite at this stage.
Install the msgfmt binary:
cp -v src/msgfmt /tools/bin
Details on this package are located in Section 6.41.2, “Contents of Gettext.”
Vista de pagina 83
1 2 ... 79 80 81 82 83 84 85 86 87 88 89 ... 346 347

Comentarios a estos manuales

Sin comentarios