summaryrefslogtreecommitdiff
path: root/Source/DirectFB/tools/README
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 08:46:13 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 08:46:13 +0100
commit7fe60435bce6595a9c58a9bfd8244d74b5320e96 (patch)
tree1ac714a916e02fc90901ddac8bc2a3c6d051d28c /Source/DirectFB/tools/README
downloaddirectfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.gz
directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.tar.bz2
directfb-voodoo-7fe60435bce6595a9c58a9bfd8244d74b5320e96.zip
Import DirectFB141_2k11R3_beta5
Diffstat (limited to 'Source/DirectFB/tools/README')
-rwxr-xr-xSource/DirectFB/tools/README24
1 files changed, 24 insertions, 0 deletions
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.
+