You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/user/faq.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -60,3 +60,15 @@ FAQ
60
60
Nevertheless, sometimes Travis CI ignores this for whatever reason (probably a bug somewhere).
61
61
In such a case, please disregard failing builds.
62
62
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