sed.xml 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <?xml version="1.0" encoding="ISO-8859-1"?>
  2. <!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN" "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
  3. <!ENTITY % general-entities SYSTEM "../general.ent">
  4. %general-entities;
  5. ]>
  6. <sect1 id="ch-system-sed" xreflabel="Sed" role="wrap">
  7. <title>Sed-&sed-version;</title>
  8. <?dbhtml filename="sed.html"?>
  9. <indexterm zone="ch-system-sed"><primary sortas="a-Sed">Sed</primary></indexterm>
  10. <sect2 role="package"><title/>
  11. <segmentedlist>
  12. <segtitle>&buildtime;</segtitle>
  13. <segtitle>&diskspace;</segtitle>
  14. <seglistitem><seg>0.2 SBU</seg><seg>5.2 MB</seg></seglistitem>
  15. </segmentedlist>
  16. </sect2>
  17. <sect2 role="installation">
  18. <title>Installation of Sed</title>
  19. <para>Prepare Sed for compilation:</para>
  20. <screen><userinput>./configure --prefix=/usr --bindir=/bin</userinput></screen>
  21. <para>Compile the package:</para>
  22. <screen><userinput>make</userinput></screen>
  23. <para>To test the results, issue:
  24. <userinput>make check</userinput>.</para>
  25. <para>Now install the package:</para>
  26. <screen><userinput>make install</userinput></screen>
  27. </sect2>
  28. <sect2 id="contents-sed" role="content"><title>Contents of Sed</title>
  29. <para>See testing</para>
  30. </sect2>
  31. </sect1>