mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
INSTALL.md: link to meson and ninja websites
This commit is contained in:
parent
671fc51d27
commit
24177c3bae
1 changed files with 2 additions and 2 deletions
|
|
@ -1,8 +1,8 @@
|
|||
## Building
|
||||
|
||||
PipeWire uses a build tool called *Meson* as a basis for its build
|
||||
PipeWire uses a build tool called [*Meson*](https://mesonbuild.com) 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*,
|
||||
again generates build files for a lower level build tool called [*Ninja*](https://ninja-build.org/),
|
||||
working in about the same level of abstraction as more familiar GNU Make
|
||||
does.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue