bzip2-inst.xml 434 B

123456789101112131415
  1. <sect2><title>&nbsp;</title><para>&nbsp;</para></sect2>
  2. <sect2>
  3. <title>Installation of Bzip2</title>
  4. <para>Since the Bzip2 package has no configure script we can't prepare it
  5. for compilation. Instead we just run the <userinput>make</userinput>
  6. program and start compiling, with a few variables changed to suit our
  7. environment:</para>
  8. <para><screen><userinput>make
  9. make PREFIX=/stage1 install</userinput></screen></para>
  10. </sect2>