Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit cccb9cb

Browse files
committed
Add links to C++-compilers and TeX distributions
1 parent 95afe6a commit cccb9cb

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/devel/dependencies.rst

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -214,10 +214,13 @@ Matplotlib requires a C++ compiler that supports C++11.
214214

215215
- `gcc 4.8.1 <https://gcc.gnu.org/projects/cxx-status.html#cxx11>`_ or higher. For gcc <6.5 you will
216216
need to set ``$CFLAGS=-std=c++11`` to enable C++11 support.
217-
- `clang 3.3 <https://clang.llvm.org/cxx_status.html>`_ or higher
217+
`Installing GCC: Binaries <https://gcc.gnu.org/install/binaries.html>`_.
218+
- `clang 3.3 <https://clang.llvm.org/cxx_status.html>`_ or higher.
219+
`LLVM Download Page <https://releases.llvm.org/download.html>`_.
218220
- `Visual Studio 2015
219221
<https://docs.microsoft.com/en-us/cpp/overview/visual-cpp-language-conformance?view=msvc-140>`_
220-
(aka VS 14.0) or higher
222+
(aka VS 14.0) or higher. A free version of Build Tools for Visual Studio is available for
223+
`download <https://visualstudio.microsoft.com/downloads/?q=build+tools>`_.
221224

222225

223226
.. _test-dependencies:
@@ -303,9 +306,10 @@ Additional external dependencies
303306
--------------------------------
304307
Required:
305308

306-
* a minimal working LaTeX distribution
309+
* a minimal working LaTeX distribution, e.g., `TeX Live <https://www.tug.org/texlive/>`_ or
310+
`MikTeX <https://miktex.org/>`_
307311
* `Graphviz <http://www.graphviz.org/download>`_
308-
* the following LaTeX packages (if your OS bundles TeXLive, the
312+
* the following LaTeX packages (if your OS bundles TeX Live, the
309313
"complete" version of the installer, e.g. "texlive-full" or "texlive-all",
310314
will often automatically include these packages):
311315

0 commit comments

Comments
 (0)