From 43efd2700d6e918e15b370f18f9ca70bb9a93a1a Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 5 Aug 2003 19:20:03 +0000 Subject: Added dev platform requirements git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@648 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index f3acbe7..7ca9f96 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -70,16 +70,11 @@ - - About the guidelines - +Preface The purpose of this guidelines is to provide a reference for the plug-in developers and encourage the standarization of the different kind of plug-ins: C, shell, perl, python, etc. - -
Copyright - Nagios Plug-in Development Guidelines Copyright (C) 2000 2001 2002 Karl DeBisschop, Ethan Galstad, Hugo Gayosso, Stanley Hopcroft, @@ -89,13 +84,34 @@ copies of this manual provided the copyright notice and this permission notice are preserved on all copies. - The plugins themselves are copyrighted by their respective - authors. - -
+ The plugins themselves are copyrighted by their respective + authors.
+
Development platform requirements + + While the requirements for compiling the Nagios plugins release is very small, + to develop from CVS needs additional software to be installed. These are the + minimum levels of software required: + + + gnu make 3.79 + automake 1.6 + autoconf 2.52 + gettext 0.11.5 + + + To compile from CVS, after you have checked out the code, run: + + tools/setup + ./configure + make + make install + + +
+
Plugin Output for Nagios You should always print something to STDOUT that tells if the -- cgit v0.10-9-g596f