Warning, /graphics/kdiagram/examples/README.txt is written in an unsupported language. File is not indexed.

0001  Running the examples
0002 
0003 The examples are only compiled automatically if you pass the -unittests option
0004 to configure. This is because some examples require the "testtools" internal
0005 library that is not installed when configured without -unittests.
0006 
0007 If you run configure without -unittests, you can still compile the examples
0008 by running "make" in the examples directory. For those examples that require
0009 the testtools library to run, you can help the linker find it by adding
0010 /path/to/kchart_build_dir/lib to the library search path.
0011 
0012 The library search path is called:
0013 - Linux: LD_LIBRARY_PATH
0014 - Windows: PATH
0015 - Mac OS X: DYLD_LIBRARY_PATH