Changeset 987

Show
Ignore:
Timestamp:
03/27/08 16:43:31 (4 years ago)
Author:
jwoithe
Message:

Include information about the dependencies of ffado-mixer. Those more knowledgeable in the required packages may need to make tweaks to the stated version numbers - the ones included are just wild guesses on my part.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/libffado/README

    r961 r987  
    109109 
    110110qjackctl (>= 0.2.20.10), http://sourceforge.net/projects/qjackctl 
     111 
     112To build the optional ffado device mixer control utility you also require: 
     113 
     114Qt          (>= 3.0),     http://trolltech.com/products/qt 
     115SIP         (>= 4.7.0),   http://www.riverbankcomputing.co.uk/sip/index.php 
     116PyQt        (note below), http://www.riverbankcomputing.co.uk/pyqt/ 
     117dbus-python (>= 0.82.0),  http://dbus.freedesktop.org/releases/dbus-python/ 
     118 
     119The version of PyQt must be chosen to match the version of Qt in use. 
     120For Qt 4.x use PyQt 4.x while for all other Qt versions from 1.43. 
     121 
     122SIP is only required to compile PyQt.  If using a binary package of PyQt 
     123SIP should not be needed. 
    111124 
    112125How to build