aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
Diffstat (limited to 'chapter7/gettext.sh')
-rw-r--r--chapter7/gettext.sh7
1 files changed, 7 insertions, 0 deletions
diff --git a/chapter7/gettext.sh b/chapter7/gettext.sh
new file mode 100644
index 0000000..49fbf15
--- /dev/null
+++ b/chapter7/gettext.sh
@@ -0,0 +1,7 @@
+#!/bin/bash
+
+./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