aboutsummaryrefslogtreecommitdiff
path: root/libraries/pyside/README
diff options
context:
space:
mode:
authorGrissiom <chaos.proton@gmail.com>2010-11-23 23:55:57 +0100
committerHeinz Wiesinger <pprkut@slackbuilds.org>2010-11-24 22:01:58 +0100
commitba7435421f28638ca33cb348614a5011d33c1799 (patch)
treee5f96396af463a4f28ac7b61f35674da135889fe /libraries/pyside/README
parent5673dae47aa509a2505f85faeaa84761c476773f (diff)
libraries/pyside: Added. (LGPL python bindings for Qt)
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
Diffstat (limited to 'libraries/pyside/README')
-rw-r--r--libraries/pyside/README9
1 files changed, 9 insertions, 0 deletions
diff --git a/libraries/pyside/README b/libraries/pyside/README
new file mode 100644
index 0000000000000..d1fdf8c4507f2
--- /dev/null
+++ b/libraries/pyside/README
@@ -0,0 +1,9 @@
+PySide is a LGPL licensed python binding that allow access of Qt libraries,
+making them available just using the import command.
+
+The build process is comprised of two stages: in a first moment the bindings
+source code are created from the Qt 4.6 headers by calling the Generator Runner
+with appropriate parameters; the generated files are then compiled and linked
+together to form the bindings libraries.
+
+This requires generatorrunner and shiboken.