<page xmlns="http://projectmallard.org/1.0/"
  type="topic"
  id="install">

  <info>
    <link type="guide" xref="index#overview" group="#last"/>
    <link type="next" xref="index#usage"/>

    <credit type="author copyright">
      <name>Rudra Banerjee</name>
      <email>rudra.banerjee@aol.co.uk</email>
      <years>2013</years>
    </credit>
    <include href="legal.xml" xmlns="http://www.w3.org/2001/XInclude"/>
    <desc>Installing <app>mkBiB</app>: general and distro specific instruction.</desc>
  </info>

  <title>Installing <app>mkBiB</app></title>
  <section id="Download">
    <title>Download</title>
    <p>
      The most recent updated will always be available from <link href="http://download.savannah.gnu.org/releases/mkbib/">SAVANNAH REPO</link>.
    </p>
    <p>
      The stable version will be availavle from <link href="http://www.ctan.org/pkg/mkbib">CTAN REPO</link>
    </p>


  </section>
  <section id="install_generic">
    <title>Required Packages</title>
    <list>
      <item><p>GTK+-3</p></item>
      <item><p>libsoup</p></item>
      <item><p>intltool</p></item>
      <item><p>yelp-tools</p></item>
      <item><p>gnu-flex and bison</p></item>
    </list>
  </section>
  <section id="distro">
    <title>Instruction for specific distro</title>
    <section id="fedora">
      <title>Fedora 18</title>
      <screen>yum install libsoup-devel.x86_64 intltool\ 
	yelp-tools intltool gtk3-devel \
	flex flex-devel bison</screen>
    </section>
    <section id="arch">
      <title>Arch</title>
      <note>
	<p>
	  Instruction for Arch and Ubuntu will be updated soon.
	</p>
      </note>
    </section>
  </section>
</page>

