lfs/chapter05/sed-inst.xml
2002-07-29 18:12:02 +00:00

13 lines
328 B
XML

<sect2>
<title>Installation of Sed</title>
<para>Install Sed by running the following commands:</para>
<para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \
&nbsp;&nbsp;&nbsp;&nbsp;./configure --prefix=$LFS/static &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>