From 7fe60435bce6595a9c58a9bfd8244d74b5320e96 Mon Sep 17 00:00:00 2001 From: Benjamin Franzke Date: Tue, 15 Jan 2013 08:46:13 +0100 Subject: Import DirectFB141_2k11R3_beta5 --- Source/DirectFB/tools/README | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 Source/DirectFB/tools/README (limited to 'Source/DirectFB/tools/README') diff --git a/Source/DirectFB/tools/README b/Source/DirectFB/tools/README new file mode 100755 index 0000000..6fc0f32 --- /dev/null +++ b/Source/DirectFB/tools/README @@ -0,0 +1,24 @@ +This directory holds some tools that you might find useful ... + + dfb_static_build_example is a shell script that shows how to create + a statically linked DirectFB application. Modify the script to + adapt it to your needs. + + dfbdump is a simple debugging tool for DirectFB that shows a list of + surfaces and windows. It needs the multi-application core. + + dfbg is a utility to configure the background of the DirectFB desktop. + It's only useful with the multi-application core. Have a look at + the dfbg man-page for more infos. + + directfb-csource creates header files from PNG images. Check the + directfb-csource man-page for more details. + + gendoc.pl is a Perl script used to generate HTML documentation from + the DirectFB header files. + + raw16toraw24, raw15toraw24 and raw32toraw24 are utilities that help + to create screenshots from applications running on the Linux + frame buffer. See the file README.screenshots in the toplevel + directory to learn how to use them. + -- cgit