lfs/chapter05/sed-inst.xml
2002-05-25 00:19:47 +00:00

13 lines
304 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 \
./configure --prefix=$LFS/static &amp;&amp;
make LDFLAGS=-static &amp;&amp;
make install</userinput></screen></para>
</sect2>