mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
INSTALL.md: add note about uninstallation
At the moment, meson stores the list of installed files in the build directory, and this list must be kept intact for uninstallation to work. Add a note about it.
This commit is contained in:
parent
33a8cf2a23
commit
2d060a5a72
1 changed files with 5 additions and 0 deletions
|
|
@ -230,3 +230,8 @@ 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`).
|
||||
|
||||
Note that at the time of writing uninstallation only works with the
|
||||
same build directory that was used for installation. Meson stores the
|
||||
list of installed files in the build directory, and this list is
|
||||
necessary for uninstallation to work.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue