From 9d68d5da4115353816ab4f6b1c7a4f5db43576f9 Mon Sep 17 00:00:00 2001 From: William Harrington Date: Mon, 22 Mar 2021 19:48:11 -0500 Subject: Prepare chapter 7 build scripts. --- chapter7/gettext.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 chapter7/gettext.sh (limited to 'chapter7/gettext.sh') 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 -- cgit v1.2.3-54-g00ecf