Skip to content

Commit

Permalink
FAQ: document additional tools required for C/C++ development
Browse files Browse the repository at this point in the history
  • Loading branch information
traversaro authored Nov 17, 2024
1 parent de857dc commit 8a2fcc2
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/user/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,12 @@ x86_64-apple-darwin13.4.0-clang: No such file or directory

are a telltale sign that you are lacking compilers.

Depending on the specific tools that you use for building C/C++ code, you may need some additional tools, for example:

~~~
compilers cmake pkg-config make ninja meson
~~~

<a id="faq-compiler-required-options"></a>

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

0 comments on commit 8a2fcc2

Please sign in to comment.