mirror of
https://github.com/google/comprehensive-rust.git
synced 2024-11-21 13:25:53 +02:00
Update Windows Gettext installation instructions (#1447)
Per the discussion in #1394. Fixes #1394.
This commit is contained in:
parent
9ddc51a945
commit
1720b80e7e
@ -42,7 +42,11 @@ brew install dprint yapf gettext
|
|||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
On Windows, you can should use [Gettext binaries for Windows].
|
On Windows, you can should install [Gettext tools for Windows].
|
||||||
|
|
||||||
|
Install `dprint` using their
|
||||||
|
[installation instructions](https://dprint.dev/install/) and install `rustfmt`
|
||||||
|
via `rustup`.
|
||||||
|
|
||||||
> _TODO: fill in how to install `yapf` on Windows._
|
> _TODO: fill in how to install `yapf` on Windows._
|
||||||
|
|
||||||
@ -51,7 +55,7 @@ On Windows, you can should use [Gettext binaries for Windows].
|
|||||||
[`yapf`]: https://github.com/google/yapf
|
[`yapf`]: https://github.com/google/yapf
|
||||||
[`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html
|
[`msgcat`]: https://www.gnu.org/software/gettext/manual/html_node/msgcat-Invocation.html
|
||||||
[Homebrew]: https://brew.sh/
|
[Homebrew]: https://brew.sh/
|
||||||
[Gettext binaries for Windows]: https://mlocati.github.io/articles/gettext-iconv-windows.html
|
[Gettext tools for Windows]: https://github.com/vslavik/gettext-tools-windows/releases
|
||||||
|
|
||||||
## Contributor License Agreement
|
## Contributor License Agreement
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user