Changeset 1498 for trunk/libffado/README
- Timestamp:
- 12/07/08 05:50:41 (3 years ago)
- Files:
-
- trunk/libffado/README (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/libffado/README
r1336 r1498 91 91 match. The chances that it works also with an older versions are good: 92 92 93 libxml++2 (>= 2. 13.0)93 libxml++2 (>= 2.6.13) 94 94 95 95 These libraries here should be at least the version listed: … … 97 97 libraw1394 (>= 1.3.0), http://www.linux1394.org 98 98 libiec61883 (>= 1.1.0), http://www.linux1394.org 99 libavc1394 (>= 0.5.3), http://sourceforge.net/projects/libavc1394100 99 dbus-1 (>= 1.0), http://dbus.freedesktop.org 101 100 … … 111 110 To build the optional ffado device mixer control utility you also require: 112 111 113 Qt (>= 3.0), http://trolltech.com/products/qt112 Qt (>= 4.0), http://trolltech.com/products/qt 114 113 SIP (>= 4.7.0), http://www.riverbankcomputing.co.uk/sip/index.php 115 114 PyQt (note below), http://www.riverbankcomputing.co.uk/pyqt/ 116 115 dbus-python (>= 0.82.0), http://dbus.freedesktop.org/releases/dbus-python/ 117 116 118 The version of PyQt must be chosen to match the version of Qt in use. For 119 Qt 4.x use PyQt 4.x, while PyQt 3.x is applicable for all other Qt versions 120 from 1.43. 117 The mixer applets are available for both QT3 and QT4. However, the QT3 versions 118 are no longer actively developed. The build script will automatically fallback 119 to the QT3 version if you don't have QT4 installed. 120 121 The version of PyQt must be chosen to exactly match the version of Qt in use. 122 For Qt 4.x use PyQt 4.x. 121 123 122 124 SIP is only required to compile PyQt. If using a binary package of PyQt
