mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2026-03-05 01:40:45 -05:00
Replace Pipewire with PipeWire for consistency
And set up a CI job to check for that.
This commit is contained in:
parent
4732aea0c6
commit
257fd83f65
20 changed files with 28 additions and 20 deletions
|
|
@ -1,6 +1,6 @@
|
|||
## Building
|
||||
|
||||
Pipewire uses a build tool called *Meson* as a basis for its build
|
||||
PipeWire uses a build tool called *Meson* as a basis for its build
|
||||
process. It's a tool with some resemblance to Autotools and CMake. Meson
|
||||
again generates build files for a lower level build tool called *Ninja*,
|
||||
working in about the same level of abstraction as more familiar GNU Make
|
||||
|
|
@ -33,7 +33,7 @@ Define the installation prefix:
|
|||
$ meson configure builddir -Dprefix=/usr # Default: /usr/local
|
||||
```
|
||||
|
||||
Pipewire specific build options are listed in the "Project options"
|
||||
PipeWire specific build options are listed in the "Project options"
|
||||
section. They are defined in `meson_options.txt`.
|
||||
|
||||
Finally, invoke the build:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue