aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/sed-inst.xml
blob: 09894fbfb116cab9ee4d74487123008373367c78 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<sect2>
<title>Installation of Sed</title>

<para>
Install Sed by running the following commands:
</para>

<blockquote><literallayout>

	<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>

</literallayout></blockquote>

</sect2>