blob: e81ab5ef7afce28ab739b38f0c907c66735b6d9f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<sect2><title> </title><para> </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 install</userinput></screen></para>
</sect2>
|