mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-20 05:57:43 +00:00
20 lines
424 B
Plaintext
20 lines
424 B
Plaintext
|
<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>
|
||
|
|