From 85dcaf3a6151632a00c264bcbf7267c38a78f04c Mon Sep 17 00:00:00 2001 From: Martyn Gigg <martyn.gigg@stfc.ac.uk> Date: Tue, 29 Oct 2019 10:47:41 +0000 Subject: [PATCH] Fix indentation in OSX build instructions --- dev-docs/source/BuildingOnOSX.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-docs/source/BuildingOnOSX.rst b/dev-docs/source/BuildingOnOSX.rst index 602e950675f..17a25e7f511 100644 --- a/dev-docs/source/BuildingOnOSX.rst +++ b/dev-docs/source/BuildingOnOSX.rst @@ -72,6 +72,8 @@ In order to be able to 'tap' the ``mantidproject/mantid`` 'tap' we need to have 9. Unlink ``qt@4`` from ``/usr/local`` to avoid cross talk with Qt5 and ensure the webkit can be found when not linked +.. code-block:: sh + brew unlink qt@4 ln -s /usr/local/Homebrew/Library/Taps/mantidproject/homebrew-mantid/qt.conf /usr/local/opt/qt@4/bin/qt.conf ln -s /usr/local/opt/qt-webkit@2.3/include/QtWebKit /usr/local/opt/qt@4/include/QtWebKit -- GitLab