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.
There was an error while loading. Please reload this page.
2 parents 8fa3919 + f54f8a1 commit 336c6e1Copy full SHA for 336c6e1
1 file changed
doc/devel/dependencies.rst
@@ -210,7 +210,8 @@ C++ compiler
210
211
Matplotlib requires a C++ compiler that supports C++11.
212
213
-- `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
214
+ need to set ``$CFLAGS=-std=c++11`` to enable C++11 support.
215
- `clang 3.3 <https://clang.llvm.org/cxx_status.html>`_ or higher
216
- `Visual Studio 2015
217
<https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-140>`_
0 commit comments