Code

Updated requirements for development platform
authorTon Voon <tonvoon@users.sourceforge.net>
Wed, 14 Jun 2006 19:15:03 +0000 (19:15 +0000)
committerTon Voon <tonvoon@users.sourceforge.net>
Wed, 14 Jun 2006 19:15:03 +0000 (19:15 +0000)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1426 f882894a-f735-0410-b71e-b25c423dba1c

INSTALLING
doc/developer-guidelines.sgml

index 02fb60c904e03e35429819f471b63cf8208c5e8a..0e9c83758695df74aa7bbb37b09ed139fcdcbd77 100644 (file)
@@ -1,23 +1,15 @@
 Nagios Plugins Quick-and-Dirty Installation Instructions
 --------------------------------------------------------
 
-0) If using the CVS tree, you need m4, automake, and autoconf. To
-   start out, run:
-
-       # aclocal
-       # autoconf
-       # autoheader
-       # automake
-
-   or you can run ./tools/setup
-
-   For best results, please use the most recent versions of autoconf
-   and automake. Older versions may also work, but are not
-   specifically supprted.
+0) If using the CVS tree, you need:
+       gnu make 3.79
+       automake 1.9.2
+       autoconf 2.58
 
+   To start out, run:
+       tools/setup
 
 1) Run the configure script to initialize variables and create a Makefile, etc.
-
        ./configure --prefix=BASEDIRECTORY --with-nagios-user=SOMEUSER --with-nagios-group=SOMEGROUP --with-cgiurl=SOMEURL
 
    a) Replace BASEDIRECTORY with the path of the directory under which Nagios
@@ -31,12 +23,17 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
 
 
 2) Compile the plugins with the following command:
-
        make all
 
 
-3) Install the compiled plugins and plugin scripts with the following command:
+3) Test the plugins:
+       make test
+
+   You will need to answer questions on servers that can be used for testing. If
+   you need to edit any values, edit the file /var/tmp/NPTest.cache
+
 
+4) Install the compiled plugins and plugin scripts with the following command:
        make install
 
    NOTE: 
@@ -45,7 +42,7 @@ Nagios Plugins Quick-and-Dirty Installation Instructions
    the --prefix argument to the configure script.
 
 
-4) Verify that your host configuration file (hosts.cfg) for Nagios contains
+5) Verify that your host configuration file (hosts.cfg) for Nagios contains
    the correct paths to the new plugins.
 
 
index af70cef60dbbe4a63f58e4fc37b0c0dd62e963c5..8c2f2b969f1ee18439ee700d2efb8dabed5fb4e1 100644 (file)
@@ -55,7 +55,7 @@
 
        <literallayout>
        gnu make 3.79
-       automake 1.8.3
+       automake 1.9.2
        autoconf 2.58
        </literallayout>