2001-01-24 00:31:17 +00:00
|
|
|
<sect1 id="ch05-sed">
|
2001-07-23 19:23:43 +01:00
|
|
|
<title>Installing Sed-&sed-version;</title>
|
2001-09-26 00:55:44 +01:00
|
|
|
<?dbhtml filename="sed.html" dir="chapter05"?>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-27 22:27:44 +00:00
|
|
|
<screen>&buildtime; &sed-time-tools;
|
|
|
|
&diskspace; &sed-compsize-tools;</screen>
|
2001-07-17 19:51:18 +01:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
&aa-sed-down;
|
2003-11-15 16:07:18 +00:00
|
|
|
&aa-sed-dep;
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<sect2><title> </title><para> </para></sect2>
|
|
|
|
|
|
|
|
<sect2>
|
|
|
|
<title>Installation of Sed</title>
|
|
|
|
|
2003-11-02 22:20:47 +00:00
|
|
|
<para>Prepare Sed for compilation:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>./configure --prefix=/tools</userinput></screen>
|
|
|
|
|
|
|
|
<para>Compile the program:</para>
|
|
|
|
|
2003-12-22 09:32:12 +00:00
|
|
|
<screen><userinput>make</userinput></screen>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
2004-01-16 10:15:49 +00:00
|
|
|
<para>As discussed earlier, we don't recommend running the test suites for the
|
|
|
|
temporary tools here in this chapter. If you still want to run the Sed test
|
|
|
|
suite anyway, the following command will do so:</para>
|
2003-11-01 22:31:50 +00:00
|
|
|
|
|
|
|
<screen><userinput>make check</userinput></screen>
|
|
|
|
|
|
|
|
<para>Then install it and its documentation:</para>
|
|
|
|
|
|
|
|
<screen><userinput>make install</userinput></screen>
|
|
|
|
|
|
|
|
</sect2>
|
2001-01-24 00:31:17 +00:00
|
|
|
|
2004-01-12 23:23:50 +00:00
|
|
|
<sect2><title> </title><para> </para>
|
|
|
|
<para>The details on this package are found in <xref linkend="contents-sed"/>.</para>
|
|
|
|
<para> </para></sect2>
|
|
|
|
|
2001-01-24 00:31:17 +00:00
|
|
|
</sect1>
|
|
|
|
|