Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vslavik/gettext-tools-windows
GNU gettext tools compiled binaries for Windows
https://github.com/vslavik/gettext-tools-windows
gnu-gettext nuget nuget-package
Last synced: about 14 hours ago
JSON representation
GNU gettext tools compiled binaries for Windows
- Host: GitHub
- URL: https://github.com/vslavik/gettext-tools-windows
- Owner: vslavik
- License: gpl-3.0
- Created: 2013-08-03T17:38:18.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2025-01-14T14:53:27.000Z (20 days ago)
- Last Synced: 2025-01-27T07:06:59.923Z (8 days ago)
- Topics: gnu-gettext, nuget, nuget-package
- Language: Makefile
- Homepage:
- Size: 64.5 KB
- Stars: 70
- Watchers: 8
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GNU gettext tools for Windows
=============================This is an unofficial build of *GNU gettext* tools for Windows. The repository
contains build scripts, but there are also up-to-date binaries published at
https://github.com/vslavik/gettext-tools-windows/releases, as well as a NuGet
package.It is a spin-off project from my translations editor Poedit: https://poedit.net
How to build it
---------------The easiest way to use these tools is to just download the binaries or use the
`Gettext.Tools` [NuGet package](https://www.nuget.org/packages/Gettext.Tools/).If you prefer to build it yourself, it's simple enough:
1. You need to have a recent version of MSYS2 and MinGW-w64 installed from
https://www.msys2.org; run all subsequent commands within a MinGW 32 shell.
2. Install required packages:
```
pacman -S mingw-w64-i686-gcc automake autoconf pkg-config make zip patch tar
```
3. Run `make dist` or `make archive` to build everything.Good luck, building GNU gettext on MinGW tends to break once in a while due to
MinGW or gettext or gnulib changes (hence this project...).License
-------The LICENSE file in this directory applies to GNU gettext itself, which is
licensed under GPLv3. The makefiles and scripts for building it on Windows are
in the public domain.