diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:54:04 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-05-03 23:54:04 +0000 |
commit | 7fd5797008415f5fcc49efc765f34606811942d1 (patch) | |
tree | 5983a90870fb7a9af4379ba2cac7ec0fd7cd1aa2 /chapter05/gettext-inst.xml | |
parent | 4294b908cdfc273ab96d371975016b987cb1af1f (diff) |
Removed the installation of a static gettext from chapter 5.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@566 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
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> - |