]> granicus.if.org Git - fcron/commitdiff
Added compilation requirements
authorThibault Godouet <fcron@free.fr>
Wed, 19 Dec 2012 17:57:17 +0000 (17:57 +0000)
committerThibault Godouet <fcron@free.fr>
Wed, 19 Dec 2012 17:57:17 +0000 (17:57 +0000)
doc/en/install.sgml

index 522f60cb08fd8055cfb37d84870430343ae3681b..50391bb8659dc53744b5b56c56cc229183371161 100644 (file)
@@ -11,6 +11,30 @@ A copy of the license is included in gfdl.sgml.
 
 <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>
@@ -149,6 +173,7 @@ send me any modifications at &email; in order to include it in future releases.
            </listitem>
        </itemizedlist>
     </note>
+</sect2>
 </sect1>
 
 <!-- Keep this comment at the end of the file