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

12 lines
271 B
XML
Raw Normal View History

2001-12-04 21:26:54 +00:00
<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>