<sect1 id="install">
<title>How to install fcron</title>
+<sect2>
+ <title>Compilation requirements</title>
+ <itemizedlist>
+ <listitem><para>A C compiler (e.g. gcc)</para></listitem>
+ <listitem><para>(optional) <productname>PAM</productname> development
+ library (e.g. libpam0g-dev)</para></listitem>
+ <listitem><para>(optional) <productname>SE Linux</productname> development library (e.g. libselinux1-dev)</para></listitem>
+ <listitem><para>(optional) <productname>Linux audit</productname> development library (e.g. libaudit-dev)</para></listitem>
+ <listitem><para>If compiling from git checkout (rather than a tarball), then no generated file will be included out of the box, so you will need more tools to generate them. In particular the ./configure script and the documentation will be generated from the sources.</para>
+ <itemizedlist>
+ <listitem><para>git</para></listitem>
+ <listitem><para>autoconf</para></listitem>
+ <listitem><para>docbook</para></listitem>
+ <listitem><para>docbook-xsl</para></listitem>
+ <listitem><para>docbook-xml</para></listitem>
+ <listitem><para>docbook-util</para></listitem>
+ <listitem><para>manpages-dev</para></listitem>
+ </itemizedlist>
+ </listitem>
+ </itemizedlist>
+</sect2>
+<sect2>
+ <title>Compilation and installation instructions</title>
+
<itemizedlist>
<listitem>
<para>uncompress the archive:</para>
</listitem>
</itemizedlist>
</note>
+</sect2>
</sect1>
<!-- Keep this comment at the end of the file