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

<sect2>
<title>Installation of Sed</title>

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

</sect2>