mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 06:22:22 -04:00
Updated README.development to use gettext version 0.20.1
This commit is contained in:
parent
bca96de75c
commit
7638c99a82
1 changed files with 4 additions and 5 deletions
|
@ -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.
|
||||||
|
|
Loading…
Reference in a new issue