diff options
Diffstat (limited to 'chapter05/sed-inst.xml')
-rw-r--r-- | chapter05/sed-inst.xml | 16 |
1 files changed, 12 insertions, 4 deletions
diff --git a/chapter05/sed-inst.xml b/chapter05/sed-inst.xml index f2bdf1b86..f0e2dc7a5 100644 --- a/chapter05/sed-inst.xml +++ b/chapter05/sed-inst.xml @@ -1,12 +1,20 @@ +<sect2><title> </title><para> </para></sect2> + <sect2> <title>Installation of Sed</title> -<para>Install Sed by running the following commands:</para> +<para>Prepare Sed to be compiled:</para> <para><screen><userinput>CPPFLAGS=-Dre_max_failures=re_max_failures2 \ - LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls && -make && -make install</userinput></screen></para> + LDFLAGS="-static" ./configure --prefix=$LFS/static --disable-nls</userinput></screen></para> + +<para>Continue with installing the package:</para> + +<para><screen><userinput>make</userinput></screen></para> + +<para>And finish off installing the package:</para> + +<para><screen><userinput>make install</userinput></screen></para> </sect2> |