diff options
author | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-27 01:31:30 +0000 |
---|---|---|
committer | Gerard Beekmans <gerard@linuxfromscratch.org> | 2001-01-27 01:31:30 +0000 |
commit | b82e8376a2bb0bbc992814c5730961844c3b4acd (patch) | |
tree | 48c8c30b4d99dac024416e0c5c73451419fee8d7 /chapter05/gettext-static-inst.sgml | |
parent | 7b0620db93a83d382658e1c1dc081a18beeba2ae (diff) |
Added static mawk, texinfo, gettext
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@46 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/gettext-static-inst.sgml')
-rw-r--r-- | chapter05/gettext-static-inst.sgml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/chapter05/gettext-static-inst.sgml b/chapter05/gettext-static-inst.sgml new file mode 100644 index 000000000..b6514af37 --- /dev/null +++ b/chapter05/gettext-static-inst.sgml @@ -0,0 +1,19 @@ +<sect2> +<title>Installation of Gettext</title> + +<para> +Install Gettext by running the following commands: +</para> + +<blockquote><literallayout> + + <userinput>./configure --prefix=$LFS/usr + --disable-nls &&</userinput> + <userinput>cd src &&</userinput> + <userinput>make LDFLAGS=-all-static msgfmt &&</userinput> + <userinput>cp msgfmt $LFS/usr/bin</userinput> + +</literallayout></blockquote> + +</sect2> + |