[Rivet-svn] r2737 - trunk/bin

blackhole at projects.hepforge.org blackhole at projects.hepforge.org
Fri Oct 29 14:10:07 BST 2010


Author: buckley
Date: Fri Oct 29 14:10:07 2010
New Revision: 2737

Log:
Doc improvement

Modified:
   trunk/bin/rivet-buildplugin

Modified: trunk/bin/rivet-buildplugin
==============================================================================
--- trunk/bin/rivet-buildplugin	Fri Oct 29 11:17:26 2010	(r2736)
+++ trunk/bin/rivet-buildplugin	Fri Oct 29 14:10:07 2010	(r2737)
@@ -7,8 +7,14 @@
     echo "$PROG: compilation helper for Rivet analysis plugins"
     echo
     echo "Usage: $PROG <libname> <source1> [<source2> [compiler_flags] ...]"
+    echo
     echo "<libname> can be a path, provided the filename is of the form 'Rivet*.so'"
     echo
+    echo "To make special build variations you can add appropriate compiler flags"
+    echo "to the arguments and these will be passed directly to the compiler. For"
+    echo "example, for a debug build of your plugin library, add '-g', and for a"
+    echo "32 bit build on a 64 bit system add '-m32'."
+    echo
     echo "Options:"
     echo "  -h | --help: display this help message"
     echo "  --with-root: add ROOT link options (requires root-config on system)"


More information about the Rivet-svn mailing list