textutils-inst.xml 665 B

123456789101112131415161718192021222324
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Textutils</title>
  4. <para>Prepare Textutils to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/usr</userinput></screen></para>
  6. <para>Continue with compiling the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>Install the package:</para>
  9. <para><screen><userinput>make install</userinput></screen></para>
  10. <para>Finally, complete the installation of this package
  11. by moving some of its programs to the appropriate directory:</para>
  12. <para><screen><userinput>mv /usr/bin/{cat,head} /bin</userinput></screen></para>
  13. </sect2>