From fc62fac2a9a1dc955839d2d2ffada14b7fb3f492 Mon Sep 17 00:00:00 2001 From: Thibault Godouet Date: Wed, 19 Dec 2012 17:57:17 +0000 Subject: [PATCH] Added compilation requirements --- doc/en/install.sgml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) 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. +