Clarified instructions for installing Xcode and gcc on Mac OS X.

这个提交包含在:
craig-warren
2017-04-27 10:28:09 +01:00
父节点 88d9197a38
当前提交 d2d4377e46

查看文件

@@ -104,7 +104,7 @@ Linux
macOS
^^^^^
* Xcode (the IDE for macOS) comes with the LLVM (clang) compiler, but it does not currently support OpenMP, so you must install `gcc <https://gcc.gnu.org>`_. This can be done by downloading and installing the `Homebrew package manager <http://brew.sh>`_ and running:
* Xcode (the IDE for macOS) comes with the LLVM (clang) compiler, but it does not currently support OpenMP, so you must install `gcc <https://gcc.gnu.org>`_. That said, it is still useful to have Xcode (with command line tools) installed. It can be downloaded from the App Store. Once Xcode is installed, download and install the `Homebrew package manager <http://brew.sh>`_ and then to install gcc, run:
.. code-block:: none