aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter7/gettext.sh')
-rw-r--r--chapter7/gettext.sh5
1 files changed, 5 insertions, 0 deletions
diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh
new file mode 100644
index 0000000..85bc7f4
--- /dev/null
+++ b/chapter7/gettext.sh
@@ -0,0 +1,5 @@
+./configure --disable-shared
+make &&
+cp -v gettext-tools/src/msgfmt /usr/bin
+cp -v gettext-tools/src/msgmerge /usr/bin
+cp -v gettext-tools/src/xgettext /usr/bin