A website documenting creating the build root for MidgardOS
| Navigation | ||
|---|---|---|
| « Perl-XML-Parser | HOME | OpenSSL v3 64-bit » |
Name: IntlTool
Summary: A tool to convert and various i18n strings from files
License: GPL v2
Version: 0.51.0
URL: https://launchpad.net/intltool/trunk/0.51.0/+download/intltool-0.51.0.tar.gz
Average Build Time: less than 0.1 SBU
Used Install Space: 168 KiB
To configure IntlTool for install into the build root, run the following commands:
sed -i 's:\\\${:\\\$\\{:' intltool-update.in
./configure --prefix=/usr
To compile IntlTool, run the following command:
make
Next, run the test suite:
make check
Finally, to install IntlTool into the build tree, run the following commands:
make install
install -v -Dm 644 doc/I18N-HOWTO /usr/share/doc/intltool-0.51.0/I18N-HOWTO
| Contents | |
|---|---|
| Installed Programs | intltool-extract, intltool-merge, intltool-prepare, intltool-update, and intltoolize |
| Navigation | ||
|---|---|---|
| « Perl-XML-Parser | HOME | OpenSSL v3 64-bit » |