[Nagiosplug-checkins] nagiosplug/doc developer-guidelines.sgml,1.34,1.35

Ton Voon tonvoon at users.sourceforge.net
Fri Feb 24 09:05:01 CET 2006


Update of /cvsroot/nagiosplug/nagiosplug/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv9686

Modified Files:
	developer-guidelines.sgml 
Log Message:
Updated doc as tap library is now automatically discovered


Index: developer-guidelines.sgml
===================================================================
RCS file: /cvsroot/nagiosplug/nagiosplug/doc/developer-guidelines.sgml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- developer-guidelines.sgml	31 Jan 2006 10:06:10 -0000	1.34
+++ developer-guidelines.sgml	24 Feb 2006 17:03:57 -0000	1.35
@@ -625,14 +625,12 @@
 To run tests using the libtap library, download the latest tar ball and extract. 
 There is a problem with tap-1.01 where 
 <ulink url="http://jc.ngo.org.uk/trac-bin/trac.cgi/ticket/25">pthread support doesn't appear to work</ulink>
-properly on non-FreeBSD systems. Compile with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure && make && make check'. 
-You do not need to install.
+properly on non-FreeBSD systems. Install with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure && make && make check && make install'. 
 </para>
 
 <para>
-You then have to run the Nagios Plugins' configure with the --with-libtap-srcdir=path, where path is the
-full path to the tap.h and compiled tap.o file.
-Then run "make" and "make test" to run all tests.
+When you run Nagios Plugins' configure, it will look for the tap library and will automatically
+setup the tests. Run "make test" to run all the tests.
 </para>
 </section>
 





More information about the Commits mailing list