mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
INSTALL.md: do not specify sudo for installation
Depending on the installation prefix and destination dreictory, `sudo` may be unnecessary, so remove it from the command, but mention that it may be needed.
This commit is contained in:
parent
78d5315c76
commit
c757ed6d41
1 changed files with 7 additions and 2 deletions
|
|
@ -95,10 +95,12 @@ systemctl --user stop pipewire.service \
|
||||||
PipeWire comes with quite a bit of libraries and tools, run:
|
PipeWire comes with quite a bit of libraries and tools, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo meson install -C builddir
|
meson install -C builddir
|
||||||
```
|
```
|
||||||
|
|
||||||
to install everything onto the system into the specified prefix.
|
to install everything onto the system into the specified prefix.
|
||||||
|
Depending on the configured installation prefix, the above command
|
||||||
|
may need to be run with elevated privileges (e.g. with `sudo`).
|
||||||
Some additional steps will have to be performed to integrate
|
Some additional steps will have to be performed to integrate
|
||||||
with the distribution as shown below.
|
with the distribution as shown below.
|
||||||
|
|
||||||
|
|
@ -223,5 +225,8 @@ sockets with the `-a` option. See `pipewire-pulse -h` for more info.
|
||||||
To uninstall, run:
|
To uninstall, run:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo ninja -C builddir uninstall
|
ninja -C builddir uninstall
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Depending on the configured installation prefix, the above command
|
||||||
|
may need to be run with elevated privileges (e.g. with `sudo`).
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue