summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authortpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 17:43:19 +0000
committertpearson <tpearson@283d02a7-25f6-0310-bc7c-ecb5cbfe19da>2010-02-24 17:43:19 +0000
commit0292059f4a16434600564cfa3f0ad2309a508a54 (patch)
treed95953cd53011917c4df679b96aedca39401b54f /README
downloadlibksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.tar.gz
libksquirrel-0292059f4a16434600564cfa3f0ad2309a508a54.zip
Added libksquirrel for KDE3
git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da
Diffstat (limited to 'README')
-rw-r--r--README41
1 files changed, 41 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6fc58c3
--- /dev/null
+++ b/README
@@ -0,0 +1,41 @@
+Important
+---------
+* if you you want JPEG, PNG and TIFF support,
+ please install libpng, libjpeg and libtiff.
+* XWD library requires X11/XWDFile.h.
+* WMF library requires freetype2, libxml2
+* SVG library requires rsvg-convert
+* MNG library requires libmng
+* TTF library requires libfreetype >= 2.1.9
+* GIF library requires libungif
+* All this packages plus -devel packages
+
+* DXF library requires vec2web installed
+* DJVU library requires "ddjvu" installed
+* NEO, IFF, PICT and some other libraries require NetPBM installed
+
+About
+-----
+* ksquirrel-libs is a set of image codecs.
+* It contains regular libraries for KSquirrel.
+* It contains different image decoders for JPEG, PNG, BMP, TIFF, PSD, GIF etc.
+ You can use ksquirrel-libs in other projects, just write your
+ own mechanism that could use the libraries.
+* You can find latest version of ksquirrel-libs at http://ksquirrel.sf.net.
+* You can find some interesting examples in "examples" directory
+ qgl - using ksquirrel-libs with Qt and OpenGL (QGLWidget)
+ qtapp - using ksquirrel-libs with Qt (QLabel)
+
+ To compile them cd to "examples" and run make
+
+* You can simply use it in your viewer or any other program
+* rawrgb library is a good example how to write new codec
+
+Version
+-------
+Current version: see VERSION
+
+Copyrights
+----------
+
+see COPYING \ No newline at end of file