vslavik / gettext-tools-windows

GNU gettext tools compiled binaries for Windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

About

GNU gettext tools compiled binaries for Windows

License:GNU General Public License v3.0


Languages

Language:Makefile 98.0%Language:PowerShell 2.0%