Added README
This commit is contained in:
parent
43f8a30d69
commit
e7a3ced9d3
|
@ -0,0 +1,11 @@
|
|||
# Pavucontrol
|
||||
An audio controller to change volume, recording input, etc.
|
||||
|
||||
### Build
|
||||
git clone the repo and change directory/open terminal at the folder. Then run the following:
|
||||
* meson build
|
||||
* cd build/
|
||||
* ninja
|
||||
|
||||
### Install
|
||||
* After building copy from build/src the newly created 'pavucontrol' binary to /usr/sbin/pavucontrol
|
Loading…
Reference in New Issue