summaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorJohn (J5) Palmieri <johnp@redhat.com>2007-05-25 20:19:33 +0000
committerJohn (J5) Palmieri <johnp@redhat.com>2007-05-25 20:19:33 +0000
commit09c48920a8b54ed47059617ee6f34589808b1835 (patch)
tree2f8b5da1a22b0dd2010e823ae97036046fcbb931 /INSTALL
parent783e066ce311bc293272099934ce957a7b735566 (diff)
* INSTALL: remove dependancies for bindings since they no longer
are a part of core
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL60
1 files changed, 0 insertions, 60 deletions
diff --git a/INSTALL b/INSTALL
index f0b415bb..744851d4 100644
--- a/INSTALL
+++ b/INSTALL
@@ -45,66 +45,6 @@ Core library
- doxygen (for API documentation)
- xmlto (for Spec & other XML documentation)
-GLib Bindings
--------------
-
- Requisite:
-
- - GLib >= 2.4
-
- Optional:
-
- - GTK+ >= 2.4 (for dbus-viewer tool)
-
-Qt Bindings
------------
-
- Requisite:
-
- - QtCore and QtXml >= 4.1.3
-
- Optional:
-
- - QtTest (for Qt Unit tests)
- - QtGui >= 4.1.3 (for the chat example program)
-
-Note: Qt 4.1.3 is not available in released form. You need to download
-the 4.1.3 snapshots from Trolltech. However, the Qt binding compiles
-and works in Qt 4.1.2, but not the dbusidl2cpp tool.
-
-Note that DBus detects QtCore and QtXml during the configure process
-using pkg-config. You may need to set the PKG_CONFIG_PATH to include
-the Qt4 library directory. If you don't have your Qt4 installed, then
-you may also need to use the --with-qt-moc directive to point to the
-Qt4 moc executable (e.g. $QTDIR/bin/moc).
-
-
-Qt 3 Bindings
--------------
-
- Requisite:
-
- - Qt >= 3.1
-
-Mono Bindings
--------------
-
- Requisite:
-
- - Mono >= 0.95
-
- Optional:
-
- - MonoDoc >= 0.16 (for API documentation)
-
-Python Bindings
----------------
-
- Requisite:
-
- - Python >= 2.4
- - Pyrex
-
====================================================================
The rest of this document contains the generic GNU AutoTools install