summaryrefslogtreecommitdiff
path: root/pavucontrol/README
blob: 37b082ab19e01ecb76248c2cbe00dc273627a6bf (plain)
    1 pavucontrol needs pulseaudio to be build with glib support
    2 opt/pulseaudio does not automatically include this.
    3 You need to do the following steps to build pavucontrol if pulseaudio
    4 was not compiled against glib:
    5 
    6 ```
    7 sudo ports -u
    8 sudo prt-get depinst glib
    9 sudo prt-get update -fr pulseaudio
   10 sudo prt-get depinst pavucontrol
   11 ```

Generated by cgit