lfs/chapter05/coreutils-inst.xml

14 lines
267 B
XML
Raw Normal View History

<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>