Skip to content

Commit db44676

Browse files
committed
FAQ: document additional tools required for C/C++ development
1 parent be3ddff commit db44676

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

docs/user/faq.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +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:
98+
99+
~~~
100+
compilers cmake pkg-config make ninja meson
101+
~~~
102+
97103
<a id="faq-compiler-required-options"></a>
98104

99105
<a id="why-don-t-the-c-c-compilers-automatically-know-how-to-find-libraries-installed-by-conda"></a>

0 commit comments

Comments
 (0)