LADI
/
spa
1
Fork 0

INSTALL.md: link to meson and ninja websites

This commit is contained in:
Barnabás Pőcze 2022-06-15 16:49:53 +02:00 committed by Wim Taymans
parent 671fc51d27
commit 24177c3bae
1 changed files with 2 additions and 2 deletions

View File

@ -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.