Updated README.development to use gettext version 0.20.1

This commit is contained in:
evandrocoan 2020-02-24 17:54:39 -03:00
parent bca96de75c
commit 7638c99a82

View file

@ -81,11 +81,10 @@ Windows users
---------- ----------
1. Download and install Cygwin and put its `/bin/` directory on your system path. 1. Download and install Cygwin and put its `/bin/` directory on your system path.
1. Install the Cygwin Packages: `apt-cyg install gettext rsync make` 1. Install the Cygwin Packages: `apt-cyg install rsync make`
1. Move these files to `/bin/` 1. If the Cygwin `/usr/bin/` directory exists, move all files from `/usr/bin/` to `/bin/`.
1. /usr/bin/msgfmt.exe 1. Download `gettext` 0.20.1 or superior and put its `bin` directory on your system path.
1. /usr/bin/cyggettextsrc-0-19-8-1.dll 1. https://mlocati.github.io/articles/gettext-iconv-windows.html
1. /usr/bin/cyggettextlib-0-19-8-1.dll
1. Download and install Python for Windows (not from Cygwin) and put `python.exe` (not `python3.exe`) on your system path. 1. Download and install Python for Windows (not from Cygwin) and put `python.exe` (not `python3.exe`) on your system path.
1. Download and install pip for your Windows Python. 1. Download and install pip for your Windows Python.
1. Download and install rust (compiler), npm, git and put them your system path. 1. Download and install rust (compiler), npm, git and put them your system path.