blob: 1f30b36e8e6144cdd9b336728d7454b3e98f995f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
<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 &&
make LDFLAGS=-static &&
make install</userinput></screen></para>
</sect2>
|