autopoint
This package contains all development related files necessary for
Install
- All systems
-
curl cmd.cat/autopoint.sh
- Debian
-
apt-get install autopoint
- Ubuntu
-
apt-get install autopoint
- Arch Linux
-
pacman -S autopoint
- Kali Linux
-
apt-get install autopoint
- CentOS
-
yum install gettext-devel
- Fedora
-
dnf install gettext-devel
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install autopoint
- Raspbian
-
apt-get install autopoint
- Dockerfile
- dockerfile.run/autopoint
gettext-devel
This package contains all development related files necessary for
developing or compiling applications/libraries that needs internationalization capability. You also need this package if you want to add gettext support for your project.
autopoint
The autopoint program from GNU gettext
The `autopoint' program copies standard gettext infrastructure files into a source package. It extracts from a macro call of the form `AM_GNU_GETTEXT_VERSION(VERSION)', found in the package's `configure.in' or `configure.ac' file, the gettext version used by the package, and copies the infrastructure files belonging to this version into the package.
mingw32-gettext
multi-lingual messages
mingw64-gettext
multi-lingual messages
gettext
GNU Internationalization utilities
Interesting for authors or maintainers of other packages or programs which they want to see internationalized.