blob: 261fe36b06d4579829b38e70fb7d9c0e68455d45 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
<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 &&</userinput>
<userinput>./configure --prefix=$LFS/usr --bindir=$LFS/bin &&</userinput>
<userinput>unset CPPFLAGS &&</userinput>
<userinput>make LDFLAGS=-static &&</userinput>
<userinput>make install</userinput></screen></para>
</sect2>
|