From: Thibault Godouet Date: Wed, 19 Dec 2012 17:57:17 +0000 (+0000) Subject: Added compilation requirements X-Git-Tag: ver3_1_0~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8aa0b41a8bcdea217fbe7bc7ad2f4afc0662153f;p=thirdparty%2Ffcron.git Added compilation requirements --- diff --git a/doc/en/install.sgml b/doc/en/install.sgml index 522f60c..50391bb 100644 --- a/doc/en/install.sgml +++ b/doc/en/install.sgml @@ -11,6 +11,30 @@ A copy of the license is included in gfdl.sgml. How to install fcron + + Compilation requirements + + A C compiler (e.g. gcc) + (optional) PAM development + library (e.g. libpam0g-dev) + (optional) SE Linux development library (e.g. libselinux1-dev) + (optional) Linux audit development library (e.g. libaudit-dev) + 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. + + git + autoconf + docbook + docbook-xsl + docbook-xml + docbook-util + manpages-dev + + + + + + Compilation and installation instructions + uncompress the archive: @@ -149,6 +173,7 @@ send me any modifications at &email; in order to include it in future releases. +