less-inst.xml 740 B

123456789101112131415161718192021222324252627
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Less</title>
  4. <para>Prepare Less for compilation:</para>
  5. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>
  6. <para>The meaning of the configure option:</para>
  7. <itemizedlist>
  8. <listitem><para><userinput>--sysconfdir=/etc</userinput>: This option tells the
  9. programs created by the package to look in <filename>/etc</filename> for their
  10. configuration files.</para></listitem>
  11. </itemizedlist>
  12. <para>Compile the package:</para>
  13. <para><screen><userinput>make</userinput></screen></para>
  14. <para>And install it:</para>
  15. <para><screen><userinput>make install</userinput></screen></para>
  16. </sect2>