diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-31 20:49:00 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-31 20:49:00 +0000 |
commit | 4d954a43875a0fb8fcba6e1e338c3c3605a02071 (patch) | |
tree | 3cb45cf642926f72824ed74470576822d204b3b8 /chapter05/gettext-static-inst.sgml | |
parent | 00a2a08fdb671d304e7bc358b729a6f521dd5ff7 (diff) |
Fixed the installation instructions for this package
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@77 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> |