aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/diffutils-inst.xml
blob: e5c64b641766f8afaf76aee1c729aa1d63dba775 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>

<sect2>
<title>Installation of Diffutils</title>

<para>Prepare Diffutils to be compiled:</para>

<para><screen><userinput>CFLAGS="-O2 -pipe" ./configure --prefix=/stage1
make LDFLAGS="-s"
make check
make install</userinput></screen></para>

</sect2>