# HG changeset patch # User Chris Cannam # Date 1483957127 0 # Node ID e791c14261313d50166bee9baf57d243dd5d4c12 # Parent 7a20698b4c29de7be96b59a2b7afa32b816c6d62 Doc updates diff -r 7a20698b4c29 -r e791c1426131 README --- a/README Mon Jan 09 10:14:59 2017 +0000 +++ b/README Mon Jan 09 10:18:47 2017 +0000 @@ -18,7 +18,7 @@ files for some known formats in standard locations and runs the checker program as a separate process to check whether they can be loaded. This can be used to scan plugins and blacklist any that might -crash the host on load. +crash a host on load. About the command-line program @@ -84,6 +84,10 @@ $ qmake checker.pro $ make +It also builds a program called checker-client which exercises the +library by using a KnownPlugins object with the program it just +compiled and printing out the results. + To compile only the command-line program, you should be able to use a single C++ compiler invocation like: