Changeset 2801

Show
Ignore:
Timestamp:
05/16/21 17:08:43 (3 years ago)
Author:
jwoithe
Message:

README: Additions related to building, Debian dependencies and themes.

These changes are a slightly modified version of a patch from pander on the
ffado-devel mailing list.

Files:

Legend:

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

    r2800 r2801  
    160160SIP should not be needed. 
    161161 
     162Packages for building on Debian/Ubuntu distributions are installed with: 
     163 
     164$ sudo apt-get install build-essential subversion scons libxml++2.6-dev \ 
     165               libiec61883-dev libdbus-1-dev libdbus-c++-bin \ 
     166               libdbus-c++-dev libconfig++-dev pyqt5-dev-tools \ 
     167               python3-dbus.mainloop.pyqt5 pyqt5-sip 
     168 
    162169How to build 
    163170------------ 
     
    166173 
    167174$ scons 
    168 $ scons install 
     175$ scons install      [as root or via sudo] 
    169176 
    170177If you want some debug information (because something seems not 
    171 to work correctly) you can try to do following
     178to work correctly) you can try to do
    172179 
    173180$ scons DEBUG=yes 
    174 $ scons install 
     181$ scons install      [as root or via sudo] 
     182 
     183Cleaning a build is done with: 
     184 
     185$ scons -c -Q 
    175186 
    176187More extended instructions can be found here: 
     
    240251In general it is no longer necessary to use an RT-patched kernel. 
    241252 
     253Ffado-mixer look and feel 
     254------------------------- 
     255 
     256The look and feel of ffado-mixer can be changed via QT themes.  When a dark 
     257mode is required, install a suitable QT theme.  Some users have found the 
     258dark theme from UKUI to work well with ffado-mixer (often available in 
     259distributions through the qt5-ukui-platformtheme package). 
     260 
    242261In case of problems 
    243262-------------------