From 3796aa48c2b071a05c35c05791dc0012f9a28d31 Mon Sep 17 00:00:00 2001 From: Bat Date: Mon, 9 Jul 2018 15:14:07 +0200 Subject: [PATCH] Document gettext installation At least for Ubuntu-like distros --- doc/PREREQUISITES.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/doc/PREREQUISITES.md b/doc/PREREQUISITES.md index a06aa4e..a7007f8 100644 --- a/doc/PREREQUISITES.md +++ b/doc/PREREQUISITES.md @@ -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