Skip to content

Commit 98724a9

Browse files
authored
Merge pull request #1248 from croth1/faq_compiler_meta
2 parents faf2f09 + 8e24292 commit 98724a9

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/user/faq.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,15 @@ FAQ
6060
Nevertheless, sometimes Travis CI ignores this for whatever reason (probably a bug somewhere).
6161
In such a case, please disregard failing builds.
6262
Note that ``travis-ci.org`` builds are soon being phased out and replaced by ``travis-ci.com``.
63+
64+
.. _faq_compiler_metapkg:
65+
66+
:ref:`(Q) <faq_compiler_metapkg>` **How can I install a C/C++ compiler in my environment?**
67+
68+
You can use our convenient meta-packages ``c-compiler`` and ``cxx-compiler`` to install a compiler stack that fits your platform. Error messages such as
69+
70+
.. code-block::
71+
72+
x86_64-apple-darwin13.4.0-clang: No such file or directory
73+
74+
are a telltale sign that you are lacking compilers.

0 commit comments

Comments
 (0)