LADI
/
spa
1
Fork 0

Be explicit, where to run "meson install"

This happens if the autogen.sh compilation method is used:

➜  pipewire (master) ✔ meson install
Install data not found. Run this command in build directory root.
➜  pipewire (master) ✔

Fix this by stating in the "Installing" section the correct
location to run "meson install".

Signed-off-by: Jarkko Sakkinen <jarkko.sakkinen@iki.fi>
This commit is contained in:
Jarkko Sakkinen 2020-12-24 18:21:46 +02:00
parent 8f76d80fde
commit a54cd1ee2b
1 changed files with 2 additions and 1 deletions

View File

@ -65,7 +65,8 @@ systemctl --user stop pipewire.socket
## Installing
PipeWire comes with quite a bit of libraries and tools, use:
PipeWire comes with quite a bit of libraries and tools, run
inside `build`:
```
sudo meson install