lfs/chapter05/sed-inst.xml
2001-07-06 15:25:48 +00:00

20 lines
459 B
XML

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