Skip to content

Commit 03b773d

Browse files
Apply suggestions from code review
Co-authored-by: h-vetinari <[email protected]>
1 parent 758a88e commit 03b773d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

docs/user/faq.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,12 @@ x86_64-apple-darwin13.4.0-clang: No such file or directory
9494

9595
are a telltale sign that you are lacking compilers.
9696

97-
Depending on the specific tools that you use for building C/C++ code, you may need some additional tools, for example:
97+
The actual orchestration of the various compilation and linking steps is almost always done
98+
by some build orchestrator (e.g. `CMake`, `meson`, ...), which will generally require a
99+
build system (e.g. `ninja`, `make`), or possibly other supporting tools like `pkg-config`.
100+
101+
We package several tools that can be used for building C/C++ code; a selection that covers
102+
the most common scenarios would be:
98103

99104
```
100105
cxx-compiler cmake pkg-config make ninja meson

0 commit comments

Comments
 (0)