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

<sect2>
<title>Installation of Coreutils</title>

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


</sect2>