@@ -215,10 +215,13 @@ Matplotlib requires a C++ compiler that supports C++11.
215215
216216- `gcc 4.8.1 <https://gcc.gnu.org/projects/cxx-status.html#cxx11 >`_ or higher. For gcc <6.5 you will
217217 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
218+ `Installing GCC: Binaries <https://gcc.gnu.org/install/binaries.html >`_.
219+ - `clang 3.3 <https://clang.llvm.org/cxx_status.html >`_ or higher.
220+ `LLVM Download Page <https://releases.llvm.org/download.html >`_.
219221- `Visual Studio 2015
220222 <https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-140> `_
221- (aka VS 14.0) or higher
223+ (aka VS 14.0) or higher. A free version of Build Tools for Visual Studio is available for
224+ `download <https://visualstudio.microsoft.com/downloads/?q=build+tools >`_.
222225
223226
224227.. _test-dependencies :
@@ -304,9 +307,10 @@ Additional external dependencies
304307--------------------------------
305308Required:
306309
307- * a minimal working LaTeX distribution
310+ * a minimal working LaTeX distribution, e.g., `TeX Live <https://www.tug.org/texlive/ >`_ or
311+ `MikTeX <https://miktex.org/ >`_
308312* `Graphviz <http://www.graphviz.org/download >`_
309- * the following LaTeX packages (if your OS bundles TeXLive , the
313+ * the following LaTeX packages (if your OS bundles TeX Live , the
310314 "complete" version of the installer, e.g. "texlive-full" or "texlive-all",
311315 will often automatically include these packages):
312316
0 commit comments