aboutsummaryrefslogtreecommitdiffstats
path: root/chapter7/gettext.sh
diff options
context:
space:
mode:
authorWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:48:11 -0500
committerWilliam Harrington <kb0iic@berzerkula.org>2021-03-22 19:48:11 -0500
commit9d68d5da4115353816ab4f6b1c7a4f5db43576f9 (patch)
tree60ca50e8dd0fabfc778c0c908a8d56b1f5030b1a /chapter7/gettext.sh
parentba6db389412d48b20ba81bb5fb373b93b08659f1 (diff)
Prepare chapter 7 build scripts.
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