diff options
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml deleted file mode 100644 index 210ef82ae..000000000 --- a/chapter05/gettext-inst.xml +++ /dev/null @@ -1,17 +0,0 @@ -<sect2> -<title>Installation of Gettext</title> - -<para> -Install Gettext by running the following commands: -</para> - -<blockquote><literallayout> - <userinput>./configure --disable-nls &&</userinput> - <userinput>make -C lib &&</userinput> - <userinput>make -C intl &&</userinput> - <userinput>make -C src LDFLAGS=-all-static msgfmt &&</userinput> - <userinput>cp src/msgfmt $LFS/usr/bin</userinput> -</literallayout></blockquote> - -</sect2> - |