Contents of /trunk/playground/artwork/cokoon/README

Parent Directory Parent Directory | Revision Log Revision Log


Revision 673306 - (show annotations) (download)
Sat Jun 9 20:35:06 2007 UTC (16 years, 10 months ago) by giessl
File size: 1099 byte(s)
a few words on deps and building
1 CoKoon is a flexible theme library. It's aims are:
2 - Combine the advantages of SVG (scalable vector graphics) with layout
3 capabilities as known from pixmap theme engines.
4 - Make it usable in a variety of applications (such as KDE styles,
5 KWin decorations, Custom widgets, Application themes...)
6 - Keep the theme file format simple enough to make future GUI theme editor
7 applications possible,
8 - but powerful enough to be able to achieve tasks which would only have been
9 possible with programmatically coded themes previously.
10
11 See apidocs for an overview of CoKoon concepts.
12
13 == Building Cokoon ==
14 * dependencies:
15 ** KDE 4 development files (Kubuntu: kde4base-dev)
16 ** PyQt bindings and binding generator: (Kubuntu: sip4, python-qt4-dev)
17
18 * compile order
19 *# Cokoon libraries: cokoon/lib (might need to be installed to /usr, otherwise pycokoon can't find the library, at least on my system)
20 *# Cokoon decoration, widget style: cokoon/decoration, cokoon/style
21 *# Cokoon Python binding (for PyCokoonEditor): cokoon/PyCokoonEditor/pycokoon
22 *** $ python configure.py && make && sudo make install
23