Document gettext installation

At least for Ubuntu-like distros
This commit is contained in:
Bat 2018-07-09 15:14:07 +02:00
parent 291e20cb94
commit 3796aa48c2

View file

@ -85,3 +85,12 @@ Once you have `rustup` installed, make sure you have the `nightly` rust
toolchain installed:
$ rustup toolchain install nightly
### Installing GetText
GetText is the tool we use to manage translations. It will be needed at runtime, since we only compile
translation files when starting Plume.
#### Ubuntu-like Linux
$ sudo apt-get install gettext