LDP/LDP/retired/LFS/chapter5/make-inst.xml

12 lines
271 B
XML

<sect2>
<title>Installation of Make</title>
<para>Install Make by running the following commands:</para>
<para><screen><userinput>./configure --prefix=$LFS/usr --disable-nls &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>