Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to install GNU gettext on windows 7?

I need to install version 0.15 or higher of GNU's gettext so that I can use some i18n feateres with django.

I've downloaded :

http://ftp.gnu.org/pub/gnu/gettext/gettext-0.18.3.1.tar.gz

from https://www.gnu.org/software/gettext/

However I have no idea how to install it and there's no installation guide on their website. How can I install it ?

like image 368
Marijus Avatar asked Sep 24 '13 15:09

Marijus


People also ask

What is gettext tool?

gettext utilities are a set of tools that provides a framework to help other packages produce multi-lingual messages. The minimum version of the gettext utilities supported is 0.19.


1 Answers

I'm maintaining a GitHub repository with Windows binaries of gettext and iconv (I just updated it to the latest gettext version: 0.19.3)

You can find it here: http://mlocati.github.io/gettext-iconv-windows/

To see how I compiled them (if you want to do it yourself) take a look at https://github.com/mlocati/gettext-iconv-windows

like image 51
mlocati Avatar answered Oct 31 '22 18:10

mlocati