diff options
Diffstat (limited to 'chapter05/gettext-static-inst.sgml')
-rw-r--r-- | chapter05/gettext-static-inst.sgml | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/chapter05/gettext-static-inst.sgml b/chapter05/gettext-static-inst.sgml index b6514af37..598cc0a81 100644 --- a/chapter05/gettext-static-inst.sgml +++ b/chapter05/gettext-static-inst.sgml @@ -7,9 +7,12 @@ Install Gettext by running the following commands: <blockquote><literallayout> - <userinput>./configure --prefix=$LFS/usr - --disable-nls &&</userinput> - <userinput>cd src &&</userinput> + <userinput>./configure --disable-nls &&</userinput> + <userinput>cd lib &&</userinput> + <userinput>make &&</userinput> + <userinput>cd ../intl &&</userinput> + <userinput>make &&</userinput> + <userinput>cd ../src &&</userinput> <userinput>make LDFLAGS=-all-static msgfmt &&</userinput> <userinput>cp msgfmt $LFS/usr/bin</userinput> |