aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/diffutils-inst.xml
blob: d2ce49a20d3bdc33a7b4c0df605baaab6a39f2d7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<sect2>
<title>Installation of Diffutils</title>

<para>Install Diffutils by running the following commands:</para>

<para><screen><userinput>export CPPFLAGS=-Dre_max_failures=re_max_failures2 &amp;&amp;</userinput>
<userinput>./configure --prefix=$LFS/usr &amp;&amp;</userinput>
<userinput>unset CPPFLAGS &amp;&amp;</userinput>
<userinput>make LDFLAGS=-static &amp;&amp;</userinput>
<userinput>make install</userinput></screen></para>

</sect2>