diff options
Diffstat (limited to 'chapter05/gettext-inst.xml')
-rw-r--r-- | chapter05/gettext-inst.xml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/chapter05/gettext-inst.xml b/chapter05/gettext-inst.xml index b78d4c711..210ef82ae 100644 --- a/chapter05/gettext-inst.xml +++ b/chapter05/gettext-inst.xml @@ -6,13 +6,11 @@ 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> |