mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 05:27:39 +00:00
fde5bc7ead
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2038 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
13 lines
354 B
XML
13 lines
354 B
XML
<sect2>
|
|
<title>Installation of Diffutils</title>
|
|
|
|
<para>Install Diffutils by running the following commands:</para>
|
|
|
|
<para><screen><userinput>LDFLAGS=-static CPPFLAGS=-Dre_max_failures=re_max_failures2 \
|
|
./configure --prefix=$LFS/static --disable-nls &&
|
|
make &&
|
|
make install</userinput></screen></para>
|
|
|
|
</sect2>
|
|
|