Intltool: Difference between revisions
From CBLFS
Jump to navigationJump to search
No edit summary |
I added the package description from BLFS. |
||
| Line 6: | Line 6: | ||
---- | ---- | ||
== Introduction to Intltool == | |||
The intltool package contains an internationalization tool. This is useful for extracting translatable strings from source files, collecting the extracted strings with messages from traditional source files (<source directory>/<package>/po) and merging the translations into .xml, .desktop and .oaf files. | |||
== Dependencies == | == Dependencies == | ||
Revision as of 21:54, 3 December 2006
| Download Source: | http://ftp.gnome.org/pub/gnome/sources/intltool/0.35/intltool-0.35.0.tar.bz2 |
|---|
Introduction to Intltool
The intltool package contains an internationalization tool. This is useful for extracting translatable strings from source files, collecting the extracted strings with messages from traditional source files (<source directory>/<package>/po) and merging the translations into .xml, .desktop and .oaf files.
Dependencies
Required
Non-Multilib or Multilib
Compile the package:
./configure --prefix=/usr && make
Install the package
make install &&
install -v -m644 -D doc/I18N-HOWTO \
/usr/share/doc/intltool-0.35.0/I18N-HOWTO