Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c0d03a commit 0fd81deCopy full SHA for 0fd81de
doc/devel/dependencies.rst
@@ -213,7 +213,8 @@ C++ compiler
213
214
Matplotlib requires a C++ compiler that supports C++11.
215
216
-- `gcc 4.8.1 <https://gcc.gnu.org/projects/cxx-status.html#cxx11>`_ or higher
+- `gcc 4.8.1 <https://gcc.gnu.org/projects/cxx-status.html#cxx11>`_ or higher. For gcc <6.5 you will
217
+ need to set ``$CFLAGS=-std=c++11`` to enable C++11 support.
218
- `clang 3.3 <https://clang.llvm.org/cxx_status.html>`_ or higher
219
- `Visual Studio 2015
220
<https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-140>`_
0 commit comments