less-inst.xml 489 B

12345678910111213141516171819
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Less</title>
  4. <para>Prepare Less to be compiled:</para>
  5. <para><screen><userinput>./configure --prefix=/usr --bindir=/bin --sysconfdir=/etc</userinput></screen></para>
  6. <para>Continue with compiling the package:</para>
  7. <para><screen><userinput>make</userinput></screen></para>
  8. <para>Finish installing the package:</para>
  9. <para><screen><userinput>make install</userinput></screen></para>
  10. </sect2>