From 2af43f33a3584b9602c4a906ed4db94b4ca33ccf Mon Sep 17 00:00:00 2001 From: Ton Voon Date: Tue, 31 Jan 2006 10:06:10 +0000 Subject: Updated instructions on using libtap as configure option changed git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@1306 f882894a-f735-0410-b71e-b25c423dba1c diff --git a/doc/developer-guidelines.sgml b/doc/developer-guidelines.sgml index 82dbeca..a7555e9 100644 --- a/doc/developer-guidelines.sgml +++ b/doc/developer-guidelines.sgml @@ -294,7 +294,7 @@
Translations If possible, use translation tools for all output to respect the user's language - settings. See for guidelines + settings. See for guidelines for the core plugins.
@@ -616,22 +616,22 @@ link
Testing the C library functions -Uses the libtap library, which gives +We use the libtap library, which gives perl's TAP (Test Anything Protocol) output. This is used by the FreeBSD team for their regression testing. -To run tests using the libtap library, download from http://people.freebsd.org/~nik/public_distfiles/ -and compile. There is a problem with tap-1.01 -where pthread support doesn't appear to work -properly on non-FreeBSD systems. Compile with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure'. You do not need -to install. +To run tests using the libtap library, download the latest tar ball and extract. +There is a problem with tap-1.01 where +pthread support doesn't appear to work +properly on non-FreeBSD systems. Compile with 'CPPFLAGS="-UHAVE_LIBPTHREAD" ./configure && make && make check'. +You do not need to install. -You then have to run the Nagios Plugins' configure with the --with-libtap-object=full_path to the compiled -tap.o file. +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.
@@ -671,7 +671,7 @@ Then run "make" and "make test" to run all tests. update the THANKS.in file. -
Translations for developers +
Translations for developers To make the job easier for translators, please follow these guidelines: -- cgit v0.10-9-g596f